PUNICODE_STRING Struct Reference

Structure is used to define Unicode strings. More...

#include <fileinfo.h>

Data Fields

USHORT Length
 
USHORT MaximumLength
 
PWSTR Buffer
 

Detailed Description

Structure is used to define Unicode strings.

Field Documentation

PWSTR PUNICODE_STRING::Buffer

Pointer to a buffer used to contain a string of wide characters.

USHORT PUNICODE_STRING::Length

The length, in bytes, of the string stored in Buffer.

USHORT PUNICODE_STRING::MaximumLength

The length, in bytes, of Buffer.


The documentation for this struct was generated from the following file: