IInputObject::UIActivateIO method
UI-activates or deactivates the object.
Syntax
HRESULT UIActivateIO( [in] BOOL fActivate, [in] MSG *pMsg );
Parameters
- fActivate [in]
-
Type: BOOL
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.
- pMsg [in]
-
Type: MSG*
A pointer to an MSG structure that contains the message that caused the activation change. This value may be NULL.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
Show: