_PELDR_GetEntryPoint
#include <vxdldr.h>
PVOID PELDR_GetEntryPoint(HPEMODULE hModule);
Returns the address of the entry point of the given module. Uses C calling conventions.
- Returns the address of the entry point of the given module or NULL if the module handle is invalid.
- hModule
- A handle to a module. This parameter must be a valid handle returned by _PELDR_LoadModule or _PELDR_GetModuleHandle.