ReactOS 0.4.17-dev-934-g091855f
tagDIRENTRY Struct Reference
Collaboration diagram for tagDIRENTRY:

Public Attributes

struct tagDIRENTRY * prev
 
struct tagDIRENTRY * next
 
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: