1 out of 1 rated this helpful - Rate this topic

IInputObject::UIActivateIO method

Applies to: desktop apps only

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

Minimum supported server

Windows 2000 Server

Header

Shobjidl.h

IDL

Shobjidl.idl

DLL

Shell32.dll (version 4.71 or later)

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ