ImDestroyInstance
ImDestroyInstance
If an application created their own IM Instance by calling ImCreateInstance,
the application must release the instance with this function before the
application ends.
APIRET APIENTRY ImDestroyInstance(HIMI hIMI)
Parameters:
hIMI(input)
- a handle of IM Instance to be destroyed
Return: Zero is successful. Others are errors.
Remarks:
Before calling this function, an application must remove the association
with any windows by using ImAssociateInstance.
[Back: ImDeregisterWord]
[Next: ImEnumRegisterWord]