ReactOS 0.4.15-dev-7846-g8ba6c66
_NPFS_QUERY_VALUE_CONTEXT Struct Reference

#include <npfs.h>

Collaboration diagram for _NPFS_QUERY_VALUE_CONTEXT:

Public Attributes

BOOLEAN SizeOnly
 
SIZE_T FullSize
 
ULONG NumberOfAliases
 
ULONG NumberOfEntries
 
PNPFS_ALIAS CurrentAlias
 
PUNICODE_STRING CurrentTargetName
 
PWCHAR CurrentStringPointer
 

Detailed Description

Definition at line 299 of file npfs.h.

Member Data Documentation

◆ CurrentAlias

PNPFS_ALIAS _NPFS_QUERY_VALUE_CONTEXT::CurrentAlias

Definition at line 305 of file npfs.h.

Referenced by NpReadAlias().

◆ CurrentStringPointer

PWCHAR _NPFS_QUERY_VALUE_CONTEXT::CurrentStringPointer

Definition at line 307 of file npfs.h.

Referenced by NpReadAlias().

◆ CurrentTargetName

PUNICODE_STRING _NPFS_QUERY_VALUE_CONTEXT::CurrentTargetName

Definition at line 306 of file npfs.h.

Referenced by NpReadAlias().

◆ FullSize

SIZE_T _NPFS_QUERY_VALUE_CONTEXT::FullSize

Definition at line 302 of file npfs.h.

Referenced by NpReadAlias().

◆ NumberOfAliases

ULONG _NPFS_QUERY_VALUE_CONTEXT::NumberOfAliases

Definition at line 303 of file npfs.h.

Referenced by NpReadAlias().

◆ NumberOfEntries

ULONG _NPFS_QUERY_VALUE_CONTEXT::NumberOfEntries

Definition at line 304 of file npfs.h.

Referenced by NpReadAlias().

◆ SizeOnly

BOOLEAN _NPFS_QUERY_VALUE_CONTEXT::SizeOnly

Definition at line 301 of file npfs.h.

Referenced by NpReadAlias().


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