ReactOS 0.4.15-dev-7994-gb388cb6
DirComponents Struct Reference

Public Attributes

char szCD [512]
 
char szCDPlusSlash [512]
 
charpszLastCDComponent
 
char szCurDrive [3]
 
char reserved1
 
char szCurDriveSlash [4]
 
char szParentDir [512]
 
char szParentDirPlusSlash [512]
 
char szNextLastCDComponent [260]
 
const charpszNextLastCDComponent
 
const charpszPD
 
const charpszPDPlusSlash
 

Detailed Description

Definition at line 205 of file RtlDosPathNameToNtPathName_U.c.

Member Data Documentation

◆ pszLastCDComponent

char* DirComponents::pszLastCDComponent

Definition at line 209 of file RtlDosPathNameToNtPathName_U.c.

◆ pszNextLastCDComponent

const char* DirComponents::pszNextLastCDComponent

Definition at line 216 of file RtlDosPathNameToNtPathName_U.c.

◆ pszPD

const char* DirComponents::pszPD

Definition at line 217 of file RtlDosPathNameToNtPathName_U.c.

◆ pszPDPlusSlash

const char* DirComponents::pszPDPlusSlash

Definition at line 218 of file RtlDosPathNameToNtPathName_U.c.

◆ reserved1

char DirComponents::reserved1

Definition at line 211 of file RtlDosPathNameToNtPathName_U.c.

◆ szCD

char DirComponents::szCD[512]

Definition at line 207 of file RtlDosPathNameToNtPathName_U.c.

◆ szCDPlusSlash

char DirComponents::szCDPlusSlash[512]

Definition at line 208 of file RtlDosPathNameToNtPathName_U.c.

◆ szCurDrive

char DirComponents::szCurDrive[3]

Definition at line 210 of file RtlDosPathNameToNtPathName_U.c.

◆ szCurDriveSlash

char DirComponents::szCurDriveSlash[4]

Definition at line 212 of file RtlDosPathNameToNtPathName_U.c.

◆ szNextLastCDComponent

char DirComponents::szNextLastCDComponent[260]

Definition at line 215 of file RtlDosPathNameToNtPathName_U.c.

◆ szParentDir

char DirComponents::szParentDir[512]

Definition at line 213 of file RtlDosPathNameToNtPathName_U.c.

◆ szParentDirPlusSlash

char DirComponents::szParentDirPlusSlash[512]

Definition at line 214 of file RtlDosPathNameToNtPathName_U.c.


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