CLFS_STREAM_ID_INFORMATION structure (wdm.h)

The CLFS_STREAM_ID_INFORMATION structure holds a value that identifies a stream in a Common Log File System (CLFS) log.

Syntax

typedef struct _CLFS_STREAM_ID_INFORMATION {
  UCHAR StreamIdentifier;
} CLFS_STREAM_ID_INFORMATION, *PCLFS_STREAM_ID_INFORMATION, PPCLFS_STREAM_ID_INFORMATION;

Members

StreamIdentifier

An 8-bit value that identifies a stream.

Remarks

A stream identifier is unique within a given CLFS log.

Requirements

Requirement Value
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)

See also

ClfsQueryLogFileInformation