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_SHOWHATCHING Value: 0x1 Specifies the ShowHatching ambient property, which has a standard ambient DISPID of -712. |
QACONTAINER_SHOWGRABHANDLES Value: 0x2 Specifies the ShowGrabHandles ambient property, which has a standard ambient DISPID of -711. |
QACONTAINER_USERMODE Value: 0x4 Specifies the UserMode ambient property, which has a standard ambient DISPID of -709. |
QACONTAINER_DISPLAYASDEFAULT Value: 0x8 Specifies the DisplayAsDefault ambient property, which has a standard ambient DISPID of -713. |
QACONTAINER_UIDEAD Value: 0x10 Specifies the UIDead ambient property, which has a standard ambient DISPID of -710. |
QACONTAINER_AUTOCLIP Value: 0x20 Specifies the AutoClip ambient property, which has a standard ambient DISPID of -715. |
QACONTAINER_MESSAGEREFLECT Value: 0x40 Specifies the MessageReflect ambient property, which has a standard ambient DISPID of -706. |
QACONTAINER_SUPPORTSMNEMONICS Value: 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 |