CLFS_NODE_ID structure (clfs.h)

Represents a node identifier.

Syntax

typedef struct _CLFS_NODE_ID {
  ULONG cType;
  ULONG cbNode;
} CLFS_NODE_ID, *PCLFS_NODE_ID;

Members

cType

The CLFS node type.

cbNode

The size of the CLFS node, in bytes.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Header clfs.h (include Clfsw32.h)

See also

CLFS_SCAN_CONTEXT