IActiveIMMIME::GetIMCLockCount method
Gets the lock count of the input context.
Syntax
HRESULT GetIMCLockCount(
[in] HIMC hIMC,
[out] DWORD *pdwLockCount
);
Parameters
hIMC [in]
A handle to the input context.pdwLockCount [out]
The address of an unsigned long integer value that receives the lock count.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmGetIMCLockCount function.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |