|
-
May 23rd, 2001, 09:19 AM
#1
How to pass handler in DLL
Hi,
I would like to know how to pass handler to DLL.Is there any API function to do this.Please help me how to do it.
Thank you.
-
May 23rd, 2001, 10:20 AM
#2
Re: How to pass handler in DLL
What do you mean by "handler"?
If you use the LoadLibrary() API call, it returns a hModule which is a handle to the loaded module (DLL).
HTH,
Duncan
-------------------------------------------------
Ex. Datis: Duncan Jones
Merrion Computing Ltd
http://www.merrioncomputing.com
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
|