Retrieves the lock count of the input context.
Syntax
HRESULT GetIMCLockCount( HIMC hIMC, DWORD *pdwLockCount );
Parameters
- hIMC
- [in] Handle to the input context.
- pdwLockCount
- [out] Address of an unsigned long integer value that receives the lock count.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmGetIMCLockCount function documented in the Microsoft® Windows 98® Device Driver Kit.