Contents Index Topic Contents | ||
Previous Topic: IInputObjectSite Next Topic: INewShortcutHook |
IInputObjectSite::OnFocusChangeIS
HRESULT OnFocusChangeIS( IUnknown *punkObj, BOOL fSetFocus );Informs the browser that the focus has changed.
- Returns S_OK if the method was successful, or an OLE-defined error code otherwise.
- punkObj
- Address of the IUnknown interface of the object gaining or losing the focus.
- fSetFocus
- Indicates if the object has gained or lost the focus. If this value is nonzero, the object has gained the focus. If this value is zero, the object has lost the focus.
The calling object should call this method whenever one of its windows gains or loses the input focus.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.