mcDibAccessCommandFlags Enumeration
|
|
Predefined flags and command codes for the McDibAccess.CommandFlags property.
CommandFlags assignments that cause some action, but do not change the state of
the property are called "action flags", and occupy the upper 8 bits of the flags.
Action flag defined here occupies the upper-most bit only.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcDibAccessCommandFlags
Members
| Member name | Value | Description |
---|
| mcdacfNoFlags | 0 | No flags. |
| mcdacfShuttingDown | -2147483648 | Action flag telling theMcDibAccess instance that it is being shut down. At this point, it can
expect no more calls to get information or Dib's and can free resources. |
| mcdacfActionFlagsMask | -16777216 | Assignments made with anyof these bits set do not affect the state of the CommandFlags property. |
See Also