Changeset 399


Ignore:
Timestamp:
Feb 8, 2012, 8:40:01 AM (14 years ago)
Author:
rlw
Message:

add fsDirectory field to NODE structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/helpers/wphandle.h

    r180 r399  
    9292        USHORT  usHandle;           // object handle of this NODE
    9393        USHORT  usParentHandle;     // object handle of parent NODE
    94         BYTE    achFiller[20];      // filler
     94        BYTE    achFiller[18];      // filler
     95        USHORT  fsDirectory;        // 1 if a directory, 0 if a file [rw]
    9596        USHORT  usNameSize;         // size of non-qualified filename
    9697        CHAR    szName[1];          // variable length: non-qualified filename
Note: See TracChangeset for help on using the changeset viewer.