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