This document is archived and information here might be outdated. Recommended version. |
The memory of the blob stream.
[Visual Basic .NET]
Public Sub Memory ( _
ByVal blobMemory As IntPtr, _
ByRef Size As Integer _
)
[C#]
public void Memory (
IntPtr blobMemory,
ref uint Size
);
[C++]
HRESULT get_Memory(
System.Byte** blobMemory,
System.UInt32* Size
);
[C++] Parameters blobMemory [out]
blobMemory is a parameter of type unsigned char** Size [out]
Size is a parameter of type unsigned long*