ImCreateInstance
If an application wants to use their own IM Instance, not the default one, the application can create a new IM Instance with this function. The system allocates memory for the instance and initialize it.
Format:
APIRET APIENTRY ImCreateInstance(PHIMI phIMI)
Parameters:
phIMI(output)
Zero is successful. Others are errors.