Share via


IOleControlSite::LockInPlaceActive (Windows CE 5.0)

Send Feedback

Indicates whether or not a control should remain in-place active. Calls to this method typically nest an event to ensure that the object's activation state remains stable throughout the processing of the event.

HRESULT LockInPlaceActive(   BOOL fLock);

Parameters

  • fLock
    [in] Indicates whether to ensure the in-place active state (TRUE) or to allow activation to change (FALSE). When TRUE, a supporting container must not deactivate the in-place object until this method is called again with FALSE.

Return Values

This method supports the following return values:

Value Description
S_OK The lock or unlock was made successfully.
E_NOTIMPL The container does not support in-place locking.

Remarks

This method affects the control's in-place active state but not its UI-active state.

Requirements

OS Versions: Windows CE 4.0 and later.
Header: ocidl.h.

See Also

COM Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.