Gets the lock count for the input context component.
Syntax
HRESULT GetIMCCLockCount(
  [in]  HIMCC hIMCC,
  [out] DWORD *pdwLockCount
);
Parameters
- hIMCC [in] 
 A handle to the input context component.
- 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 ImmGetIMCCLockCount function.
Requirements
| Minimum supported client | Windows XP | 
| Minimum supported server | Windows 2000 Server | 
| Header | Dimm.h | 
| IDL | Dimm.idl |