ImResizeIMIPart
This entry is called to re-size IMInstance Part data size.
Format:
APIRET APIENTRY ImResizeIMIPart( HIMIP himiPart, ULONG ulNewSize )
Parameters:
himiPart(input) : Part handle. ulNewSize(input) : New Part data size.
Returns:
Success indicator 0 : Successful completion other : Error occurred
Remarks:
When the resize request is smaller than the original size, the actual data size is not changed with successful return. This function will fail if the request count of himiPart is not zero.