Interface ICWrapperAllocator
Assembly: InteropTypes.dll
Syntax
[Guid("5E38B6AC-EC77-419E-B054-00C1CD006105")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICWrapperAllocator
Methods
AllocateBStr(int)
Declaration
IntPtr AllocateBStr(int NChars)
Parameters
| Type |
Name |
Description |
| int |
NChars |
|
Returns
AllocateMemory(int)
Declaration
IntPtr AllocateMemory(int NBytes)
Parameters
| Type |
Name |
Description |
| int |
NBytes |
|
Returns
ReleaseBStr(IntPtr)
Declaration
void ReleaseBStr(IntPtr Ptr)
Parameters
| Type |
Name |
Description |
| IntPtr |
Ptr |
|
ReleaseMemory(IntPtr)
Declaration
void ReleaseMemory(IntPtr Ptr)
Parameters
| Type |
Name |
Description |
| IntPtr |
Ptr |
|