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.