IDDCX_PATH_FLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

typedef enum IDDCX_PATH_FLAGS {
  IDDCX_PATH_FLAGS_NONE = 0,
  IDDCX_PATH_FLAGS_CHANGED = 1,
  IDDCX_PATH_FLAGS_ACTIVE = 2
} ;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iddcx-iddcx_path_flags)

IDDCX_PATH_FLAGS enumeration

Description

A bitwise-OR'd IDDCX_PATH_FLAGS value indicates the state of the path.

Constants

IDDCX_PATH_FLAGS_NONE:0

Indicates that an IDDCX_PATH_FLAGS_NONE variable has not yet been assigned a meaningful value.

IDDCX_PATH_FLAGS_CHANGED:1

Indicates whether this path has changed.

IDDCX_PATH_FLAGS_ACTIVE:2

Indicates whether this path is active.

See also

IDDCX_PATH