Click or drag to resize

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
Syntax
VB
Public Enumeration mcDibAccessCommandFlags
Members
  Member nameValueDescription
mcdacfNoFlags0No flags.
mcdacfShuttingDown-2147483648Action 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-16777216Assignments made with anyof these bits set do not affect the state of the CommandFlags property.
See Also