IInputObject::UIActivateIOIInputObject::UIActivateIO*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.