Home
last modified time | relevance | path

Searched refs:FoundSection (Results 1 – 2 of 2) sorted by relevance

/reactos/boot/environ/lib/misc/
H A Dimage.c616 PIMAGE_SECTION_HEADER FoundSection; in BlImgFindSection() local
623 FoundSection = NULL; in BlImgFindSection()
637 FoundSection = SectionHeader; in BlImgFindSection()
647 return FoundSection; in BlImgFindSection()
/reactos/sdk/include/psdk/
H A Dimagehlp.h333 …mage, IN USHORT DirectoryEntry, OUT PULONG Size, OUT PIMAGE_SECTION_HEADER *FoundSection OPTIONAL);