This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IM > IMemoryBlobStream Interface > IMemoryBlobStream.AttachToMemory Method (ArcObjects .NET 10.5 SDK) |
Attaches the stream to memory. If transferOwnership is true, memory must be allocated with HeapAlloc() using GetProcessHeap().
[Visual Basic .NET] Public Sub AttachToMemory ( _ ByRef blobMemory As Byte&, _ ByVal Size As Integer, _ ByVal transferOwnership As Integer _ )
[C#] public void AttachToMemory ( ref Byte& blobMemory, ref uint Size, ref int transferOwnership );
[C++]
HRESULT AttachToMemory(
Byte* blobMemory,
Unsigned long Size,
long transferOwnership
);
[C++]
Parameters blobMemory [in] blobMemory is a parameter of type Byte Size Size is a parameter of type Unsigned long transferOwnership transferOwnership is a parameter of type long