|
-
Jul 9th, 2001, 06:04 PM
#1
Thread Starter
Lively Member
Program Entry Point in Win32 DLL
How do you access the `program entry point` to a DLL ?
i thought:
BOOL APIENTRY DllMain(HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved);
was it, but its not, thats just the start of the code. the "pep" is something else.
can anyone explain?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|