Interface IMalloc
Assembly: Syncfusion.Tools.Windows.dll
[CLSCompliant(false)]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("00000002-0000-0000-C000-000000000046")]
public interface IMalloc
Methods
Declaration
Parameters
| Type |
Name |
Description |
| System.UInt32 |
cb |
|
Returns
Declaration
short DidAlloc(IntPtr pv)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
pv |
|
Returns
Declaration
Parameters
| Type |
Name |
Description |
| System.IntPtr |
pv |
|
Declaration
Parameters
| Type |
Name |
Description |
| System.IntPtr |
pv |
|
Returns
Declaration
Declaration
IntPtr Realloc(IntPtr pv, uint cb)
Parameters
| Type |
Name |
Description |
| System.IntPtr |
pv |
|
| System.UInt32 |
cb |
|
Returns