VirtualBox

Changeset 75878 in vbox


Ignore:
Timestamp:
Dec 2, 2018 6:32:02 PM (6 years ago)
Author:
vboxsync
Message:

Runtime/r3/win: Made NtQuerySection accessible

Location:
trunk
Files:
2 edited

Legend:

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

    r73097 r75878  
    20662066NTSYSAPI NTSTATUS NTAPI NtSetInformationProcess(HANDLE, PROCESSINFOCLASS, PVOID, ULONG);
    20672067NTSYSAPI NTSTATUS NTAPI NtTerminateProcess(HANDLE, LONG);
     2068
     2069/** Returned by NtQUerySection with SectionBasicInformation. */
     2070typedef struct _SECTION_BASIC_INFORMATION
     2071{
     2072    PVOID            BaseAddress;
     2073    ULONG            AllocationAttributes;
     2074    LARGE_INTEGER    MaximumSize;
     2075} SECTION_BASIC_INFORMATION;
     2076typedef SECTION_BASIC_INFORMATION *PSECTION_BASIC_INFORMATION;
    20682077
    20692078/** Retured by ProcessImageInformation as well as NtQuerySection. */
  • trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def

    r71128 r75878  
    6969    NtQueryKey                            ;;= _NtQueryKey@20
    7070    NtQueryObject                         ;;= _NtQueryObject@20
     71    NtQuerySection                        ;;= _NtQuerySection@20
    7172    NtQuerySecurityObject                 ;;= _NtQuerySecurityObject@20
    7273    NtQuerySymbolicLinkObject             ;;= _NtQuerySymbolicLinkObject@12
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