|
MCMemAlloc Allocates block of memory of specified size and returns a pointer to this block. Declaration
[C++]
[Pascal]
[VB6]
[C#]
[VB.NET]
[Java]
[Java ME]
[Palm]
[DLL] Parameters
Return value Pointer to the requested block or NULL (nil) if memory allocation failed. Description Use this method to allocate a memory block suitable for use with MCMessage structure. |
|
