Windows Driver Kit: Kernel-Mode Driver Architecture
CLFS_LOG_NAME_INFORMATION

The CLFS_LOG_NAME_INFORMATION structure holds the name of a Common Log File System (CLFS) stream or log.

typedef struct _CLFS_LOG_NAME_INFORMATION {
  USHORT  NameLengthInBytes;
  WCHAR  Name[1];
  } CLFS_LOG_NAME_INFORMATION, *PCLFS_LOG_NAME_INFORMATION,
**PPCLFS_LOG_NAME_INFORMATION;

Members

NameLengthInBytes
The size, in bytes, of the log name.
Name
An array of wide characters that holds the log name.

Requirements

Headers: Defined in Wdm.h. Include Wdm.h.

See Also

ClfsSetLogFileInformation, ClfsQueryLogFileInformation

Tags :


Page view tracker