Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates ambient properties supplied by the container. It is used in the dwAmbientFlags member of the QACONTAINER structure.
Syntax
typedef enum tagQACONTAINERFLAGS {
QACONTAINER_SHOWHATCHING = 0x1,
QACONTAINER_SHOWGRABHANDLES = 0x2,
QACONTAINER_USERMODE = 0x4,
QACONTAINER_DISPLAYASDEFAULT = 0x8,
QACONTAINER_UIDEAD = 0x10,
QACONTAINER_AUTOCLIP = 0x20,
QACONTAINER_MESSAGEREFLECT = 0x40,
QACONTAINER_SUPPORTSMNEMONICS = 0x80
} QACONTAINERFLAGS;
Constants
QACONTAINER_SHOWHATCHINGValue: 0x1 Specifies the ShowHatching ambient property, which has a standard ambient DISPID of -712. |
QACONTAINER_SHOWGRABHANDLESValue: 0x2 Specifies the ShowGrabHandles ambient property, which has a standard ambient DISPID of -711. |
QACONTAINER_USERMODEValue: 0x4 Specifies the UserMode ambient property, which has a standard ambient DISPID of -709. |
QACONTAINER_DISPLAYASDEFAULTValue: 0x8 Specifies the DisplayAsDefault ambient property, which has a standard ambient DISPID of -713. |
QACONTAINER_UIDEADValue: 0x10 Specifies the UIDead ambient property, which has a standard ambient DISPID of -710. |
QACONTAINER_AUTOCLIPValue: 0x20 Specifies the AutoClip ambient property, which has a standard ambient DISPID of -715. |
QACONTAINER_MESSAGEREFLECTValue: 0x40 Specifies the MessageReflect ambient property, which has a standard ambient DISPID of -706. |
QACONTAINER_SUPPORTSMNEMONICSValue: 0x80 Specifies the SupportsMnemonics ambient property, which has a standard ambient DISPID of -714. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | ocidl.h |