This document is archived and information here might be outdated. Recommended version. |
Unpackages the given VARIANT into a set of Name objects (typically for responding to a drop operation).
[Visual Basic .NET] Public Function UnpackageNames ( _ ByRef bytesArray As Object _ ) As IEnumName
[C#] public IEnumName UnpackageNames ( ref object bytesArray );
[C++]
HRESULT UnpackageNames(
Variant* bytesArray
);
[C++] Parameters bytesArray [in]
bytesArray is a parameter of type VARIANT*
The UnpackageNames method unpackages the given VARIANT into a set of Name objects. This is typically used to unpackage data objects when sresponding to a custom drop operation.