Decreases the lock count for the input context.
Syntax
HRESULT UnlockIMC( HIMC hIMC );
Parameters
- hIMC
- [in] Handle to the input context to unlock.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmUnlockIMC function documented in the Microsoft® Windows® 98 Device Driver Kit.