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.
A bitwise-OR'd IDDCX_PATH_FLAGS value indicates the state of the path.
Syntax
typedef enum IDDCX_PATH_FLAGS {
IDDCX_PATH_FLAGS_NONE = 0,
IDDCX_PATH_FLAGS_CHANGED = 1,
IDDCX_PATH_FLAGS_ACTIVE = 2
} ;
Constants
IDDCX_PATH_FLAGS_NONE Value: 0 Indicates that an IDDCX_PATH_FLAGS_NONE variable has not yet been assigned a meaningful value. |
IDDCX_PATH_FLAGS_CHANGED Value: 1 Indicates whether this path has changed. |
IDDCX_PATH_FLAGS_ACTIVE Value: 2 Indicates whether this path is active. |
Requirements
Requirement | Value |
---|---|
Header | iddcx.h |