ImCreateIMIPart
This entry is called to create a IMInstance Part memory area which is accesible through the returned Part handle.
Format:
APIRET APIENTRY ImCreateIMIPart( ULONG ulPartSize, PHIMIP phimiPart )
Parameters:
ulPartSize(input) : Part size to create. phimiPart(output) : Created Part handle
Returns:
Success indicator 0 : Successful completion other : Error occurred
Remarks:
The memory area allocated by this function is shared and filled with zero. The maximum allowed buffer length is 32Kbytes.