mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 01:04:13 +08:00
mdbx: drop unused WindowsNT API prototypes.
Change-Id: Ic929646653d0576671d6150a698e892d2145ae30
This commit is contained in:
parent
2356f3281b
commit
d1173a1596
@ -67,18 +67,6 @@ typedef struct _SECTION_BASIC_INFORMATION {
|
||||
LARGE_INTEGER SectionSize;
|
||||
} SECTION_BASIC_INFORMATION, *PSECTION_BASIC_INFORMATION;
|
||||
|
||||
typedef enum _SECTION_INFORMATION_CLASS {
|
||||
SectionBasicInformation,
|
||||
SectionImageInformation,
|
||||
SectionRelocationInformation, // name:wow64:whNtQuerySection_SectionRelocationInformation
|
||||
MaxSectionInfoClass
|
||||
} SECTION_INFORMATION_CLASS;
|
||||
|
||||
extern NTSTATUS NTAPI NtQuerySection(
|
||||
IN HANDLE SectionHandle, IN SECTION_INFORMATION_CLASS InformationClass,
|
||||
OUT PVOID InformationBuffer, IN ULONG InformationBufferSize,
|
||||
OUT PULONG ResultLength OPTIONAL);
|
||||
|
||||
extern NTSTATUS NTAPI NtExtendSection(IN HANDLE SectionHandle,
|
||||
IN PLARGE_INTEGER NewSectionSize);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user