VirtualBox

Changeset 62713 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 29, 2016 9:31:16 PM (8 years ago)
Author:
vboxsync
Message:

nt.h/rtFileNativeSetAttributes-win.cpp

File:
1 edited

Legend:

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

    r62674 r62713  
    4242# define NtQuerySystemInformation       ZwQuerySystemInformation
    4343# define NtQuerySecurityObject          ZwQuerySecurityObject
     44# define NtSetInformationFile           ZwSetInformationFile
    4445# define NtClose                        ZwClose
    4546# define NtCreateFile                   ZwCreateFile
     
    16001601NTSYSAPI NTSTATUS NTAPI NtQueryDirectoryFile(HANDLE, HANDLE, PIO_APC_ROUTINE, PVOID, PIO_STATUS_BLOCK, PVOID, ULONG,
    16011602                                             FILE_INFORMATION_CLASS, BOOLEAN, PUNICODE_STRING, BOOLEAN);
     1603NTSYSAPI NTSTATUS NTAPI NtSetInformationFile(HANDLE, PIO_STATUS_BLOCK, PVOID, ULONG, FILE_INFORMATION_CLASS);
     1604
    16021605
    16031606/** For use with KeyBasicInformation. */
     
    23682371#endif
    23692372
     2373/*NTSYSAPI ULONG NTAPI RtlNtStatusToDosError(NTSTATUS rcNt);*/
     2374
     2375
    23702376RT_C_DECLS_END
    23712377/** @} */
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