CLFS_LOG_NAME_INFORMATION - NtDoc

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

typedef struct _CLFS_LOG_NAME_INFORMATION {
  USHORT NameLengthInBytes;
  WCHAR  Name[1];
} CLFS_LOG_NAME_INFORMATION, *PCLFS_LOG_NAME_INFORMATION, PPCLFS_LOG_NAME_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_CLFS_LOG_NAME_INFORMATION structure

Description

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

Members

NameLengthInBytes

The size, in bytes, of the log name.

Name

An array of wide characters that holds the log name.

See also

ClfsQueryLogFileInformation

ClfsSetLogFileInformation