cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to pass paramter to exported dll fun
How to pass paramter to exported dll function?
Sep 29, 2009 at 12:41pm UTC
Dylanuk
(1)
{
MsgFunction gethostname(0);
hinstDLL = LoadLibrary("wsock32.dll");
if (hinstDLL != 0){
gethostname = (MsgFunction)GetProcAddress(hinstDLL, "gethostname");
}
from hear i dont know how to use the "gethostname" function,
what do i need to learn?
Topic archived. No new replies allowed.