CLFS_STREAM_ID_INFORMATION - NtDoc

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

typedef struct _CLFS_STREAM_ID_INFORMATION {
  UCHAR StreamIdentifier;
} CLFS_STREAM_ID_INFORMATION, *PCLFS_STREAM_ID_INFORMATION, PPCLFS_STREAM_ID_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_clfs_stream_id_information)

_CLFS_STREAM_ID_INFORMATION structure

Description

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

Members

StreamIdentifier

An 8-bit value that identifies a stream.

Remarks

A stream identifier is unique within a given CLFS log.

See also

ClfsQueryLogFileInformation