VirtualBox

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


Ignore:
Timestamp:
Dec 19, 2024 1:55:07 PM (8 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166423
Message:

IPRT/r3/nt: Some FILE_INFORMATION_CLASS doc updates for NT4 and earlier. bugref:10826

File:
1 edited

Legend:

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

    r106494 r107382  
    24802480    FileMailslotSetInformation,
    24812481    FileCompressionInformation,
    2482     FileObjectIdInformation,
     2482    /* NT351 and NT4 have different stuff assigned from here on. */
     2483    FileObjectIdInformation,        /**< NT4 and earlier has FileCopyOnWriteInformation here - only for setting, not querying. */
    24832484    FileCompletionInformation,
    24842485    FileMoveClusterInformation,
    2485     FileQuotaInformation,
    2486     FileReparsePointInformation,
     2486    FileQuotaInformation,           /**< NT35 has FileStorageInformation here (query+set) and NT4 FileOleClassIdInformation (set only). Last for NT35. */
     2487    FileReparsePointInformation,    /**< NT4 has FileOleStateBitsInformation here (set only). */
    24872488    FileNetworkOpenInformation,
    2488     FileAttributeTagInformation,
    2489     FileTrackingInformation,
    2490     FileIdBothDirectoryInformation,
    2491     FileIdFullDirectoryInformation,
    2492     FileValidDataLengthInformation,
    2493     FileShortNameInformation,
     2489    FileAttributeTagInformation,    /**< NT4 has FileObjectIdInformation here (set only). */
     2490    FileTrackingInformation,        /**< NT4 has FileOleAllInformation here (query only). Last for W2K. */
     2491    FileIdBothDirectoryInformation, /**< NT4 has FileOleDirectoryInformation here (dir query only). */
     2492    FileIdFullDirectoryInformation, /**< NT4 has FileContentIndexInformation here (set only). */
     2493    FileValidDataLengthInformation, /**< NT4 has FileInheritContentIndexInformation here (set only). */
     2494    FileShortNameInformation,       /**< NT4 has FileOleInformation here (query + set). Last for NT4. */
    24942495    FileIoCompletionNotificationInformation,
    24952496    FileIoStatusBlockRangeInformation,
Note: See TracChangeset for help on using the changeset viewer.

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