Contents Index Topic Contents | ||
Previous Topic: IInputObject::TranslateAcceleratorIO Next Topic: IInputObjectSite |
IInputObject::UIActivateIO
HRESULT UIActivateIO( BOOL fActivate, LPMSG lpMsg );UI-activates or deactivates the object.
- Returns S_OK if the activation change was successful, or an OLE-defined error code otherwise.
- fActivate
- Indicates if the object is being activated or deactivated. If this value is nonzero, the object is being activated. If this value is zero, the object is being deactivated.
- lpMsg
- Address of an MSG structure that contains the message that caused the activation change. This value may be NULL.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.