Function windows_native::ntmmapi::NtQuerySection
source · pub unsafe extern "system" fn NtQuerySection(
SectionHandle: HANDLE,
SectionInformationClass: SECTION_INFORMATION_CLASS,
SectionInformation: *mut c_void,
SectionInformationLength: usize,
ReturnLength: *mut usize
) -> NTSTATUS