IActiveIMMIME::LockIMCC method
Gets the address of the input context component and increases its lock count.
Syntax
HRESULT LockIMCC(
[in] HIMCC hIMCC,
[out] void **ppv
);
Parameters
hIMCC [in]
A handle to the input context component.ppv [out]
A pointer to the buffer that receives the input context component.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmLockIMCC function.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |