LdrpResGetMappingSize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTLDR_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)

// rev
NTSYSAPI
VOID 
NTAPI 
LdrpResGetMappingSize(
    _In_ PVOID BaseAddress, 
    _Out_ PSIZE_T Size, 
    _In_ ULONG Flags, 
    _In_ BOOLEAN GetFileSizeFromLoadAsDataTable
    );

#endif
#endif

View code on GitHub

No description available.