// 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 referenceNo description available.
The CLFS_STREAM_ID_INFORMATION structure holds a value that identifies a stream in a Common Log File System (CLFS) log.
StreamIdentifierAn 8-bit value that identifies a stream.
A stream identifier is unique within a given CLFS log.