VirtualBox

Changeset 70417 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Jan 2, 2018 11:14:44 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120022
Message:

IPRT: Renamed RTCmdLs to RTFsCmdLs and moved it into the runtime, leaving a main wrapper behind. Want to use it in VBoxControl for debugging purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/nt.h

    r70405 r70417  
    15591559typedef struct _FILE_BOTH_DIR_INFORMATION
    15601560{
    1561     ULONG           NextEntryOffset;
    1562     ULONG           FileIndex;
    1563     LARGE_INTEGER   CreationTime;
    1564     LARGE_INTEGER   LastAccessTime;
    1565     LARGE_INTEGER   LastWriteTime;
    1566     LARGE_INTEGER   ChangeTime;
    1567     LARGE_INTEGER   EndOfFile;
    1568     LARGE_INTEGER   AllocationSize;
    1569     ULONG           FileAttributes;
    1570     ULONG           FileNameLength;
    1571     ULONG           EaSize;
    1572     CCHAR           ShortNameLength;
    1573     WCHAR           ShortName[12];
    1574     WCHAR           FileName[1];
     1561    ULONG           NextEntryOffset;    /**< 0x00: */
     1562    ULONG           FileIndex;          /**< 0x04: */
     1563    LARGE_INTEGER   CreationTime;       /**< 0x08: */
     1564    LARGE_INTEGER   LastAccessTime;     /**< 0x10: */
     1565    LARGE_INTEGER   LastWriteTime;      /**< 0x18: */
     1566    LARGE_INTEGER   ChangeTime;         /**< 0x20: */
     1567    LARGE_INTEGER   EndOfFile;          /**< 0x28: */
     1568    LARGE_INTEGER   AllocationSize;     /**< 0x30: */
     1569    ULONG           FileAttributes;     /**< 0x38: */
     1570    ULONG           FileNameLength;     /**< 0x3c: */
     1571    ULONG           EaSize;             /**< 0x40: */
     1572    CCHAR           ShortNameLength;    /**< 0x44: */
     1573    WCHAR           ShortName[12];      /**< 0x46: */
     1574    WCHAR           FileName[1];        /**< 0x5e: */
    15751575} FILE_BOTH_DIR_INFORMATION;
    15761576typedef FILE_BOTH_DIR_INFORMATION *PFILE_BOTH_DIR_INFORMATION;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette