This document is archived and information here might be outdated. Recommended version. |
Import using another blob.
[Visual Basic .NET] Public Sub ImportFromMemory ( _ ByRef blobMemory As Byte&, _ ByVal Size As Integer _ )
[C#] public void ImportFromMemory ( ref Byte& blobMemory, ref uint Size );
[C++]
HRESULT ImportFromMemory(
System.Byte* blobMemory,
Unsigned long Size
);
[C++]
Parameters blobMemory [in]
blobMemory is a parameter of type unsigned char* Size
Size is a parameter of type unsigned long