IActiveIMMIME::LockIMC Me...     IActiveIMMIME::LockModal ...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::LockIMCC Method


Retrieves the address of the input context component and increases its lock count.

Syntax

HRESULT LockIMCC(
    HIMCC hIMCC,
    void **ppv
);

Parameters

hIMCC
[in] Handle to the input context component.
ppv
[out] Address of a pointer to the buffer that receives the input context component.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmLockIMCC 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.