IActiveIMMIME::GetHotKey ...     IActiveIMMIME::GetIMCCSiz...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::GetIMCCLockCount Method


Retrieves the lock count for the input context component.

Syntax

HRESULT GetIMCCLockCount(
    HIMCC hIMCC,
    DWORD *pdwLockCount
);

Parameters

hIMCC
[in] Handle to the input context component.
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 ImmGetIMCCLockCount function documented in the Microsoft® Windows® 98 Device Driver Kit.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.