Home
last modified time | relevance | path

Searched refs:SectionBasicInformation (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/kernel32/
H A Dvirtual.c656 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
662 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
694 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
701 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
717 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
916 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
1012 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
1027 status = pNtQuerySection( mapping, SectionBasicInformation, &section_info, in test_MapViewOfFile()
3922 status = pNtQuerySection(mapping, SectionBasicInformation, NULL, sizeof(info), &ret); in test_NtQuerySection()
3925 status = pNtQuerySection(mapping, SectionBasicInformation, &info, 0, NULL); in test_NtQuerySection()
[all …]
H A Dloader.c458 status = pNtQuerySection( mapping, SectionBasicInformation, &info, sizeof(info), NULL ); in query_image_section()
468 status = pNtQuerySection( mapping, SectionBasicInformation, &info, sizeof(info), NULL ); in query_image_section()
489 status = pNtQuerySection( mapping, SectionBasicInformation, &info, sizeof(info), NULL ); in query_image_section()
523 … NTSTATUS ret = pNtQuerySection( map, SectionBasicInformation, &info, sizeof(info), &info_size ); in map_image_section()
/reactos/sdk/include/ndk/
H A Dmmtypes.h195 SectionBasicInformation, enumerator
/reactos/modules/rostests/kmtests/ntos_mm/
H A DMmSection.c37 Status = ZwQuerySection(SectionHandle, SectionBasicInformation, \
H A DZwCreateSection.c65 Status = ZwQuerySection(SectionHandle, SectionBasicInformation, \
/reactos/ntoskrnl/mm/
H A Dsection.c3807 if (SectionInformationClass == SectionBasicInformation) in NtQuerySection()
3840 case SectionBasicInformation: in NtQuerySection()
/reactos/sdk/include/reactos/wine/
H A Dwinternl.h2040 SectionBasicInformation, enumerator