ReactOS 0.4.15-dev-7842-g558ab78
tagDIRENTRY Struct Reference
Collaboration diagram for tagDIRENTRY:

Public Attributes

struct tagDIRENTRYprev
 
struct tagDIRENTRYnext
 
TCHAR szPath [1]
 

Detailed Description

Definition at line 21 of file dirstack.c.

Member Data Documentation

◆ next

struct tagDIRENTRY* tagDIRENTRY::next

Definition at line 24 of file dirstack.c.

Referenced by PopDirectory(), and PushDirectory().

◆ prev

struct tagDIRENTRY* tagDIRENTRY::prev

Definition at line 23 of file dirstack.c.

Referenced by CommandDirs(), PopDirectory(), and PushDirectory().

◆ szPath

TCHAR tagDIRENTRY::szPath[1]

Definition at line 25 of file dirstack.c.

Referenced by CommandDirs(), CommandPopd(), and PushDirectory().


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