Click to Rate and Give Feedback
MSDN
MSDN Library
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 What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker