ACTIVATEFLAGS

The ACTIVATEFLAGS enumeration value indicates whether an object is activated as a windowless object. It is used in IOleInPlaceSiteEx::OnInPlaceActivateEx.

typedef enum tagACTIVATEFLAGS 
{ 
    ACTIVATE_WINDOWLESS    = 1 
} ACTIVATEFLAGS; 
 

Elements

ACTIVATE_WINDOWLESS
If TRUE, indicates that the object is activated in place as a windowless object. In the IOleInPlaceSiteEx::OnInPlaceActivateEx method, the container uses this value returned in the dwFlags parameter instead of calling the GetWindow method in the IOleInPlaceObjectWindowless interface to determine if the object is windowless or not.

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in ocidl.h.