ACTIVATEFLAGS enumeration (ocidl.h)
Indicates whether an object is activated as a windowless object. It is used in IOleInPlaceSiteEx::OnInPlaceActivateEx.
Syntax
typedef enum tagACTIVATEFLAGS {
ACTIVATE_WINDOWLESS = 1
} ACTIVATEFLAGS;
Constants
ACTIVATE_WINDOWLESSValue: 1 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 IOleInPlaceObjectWindowless::GetWindow method to determine if the object is windowless or not. |
Requirements
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | ocidl.h |