Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 29th, 2007, 3:02 AM   #1
iradic
Programmer
 
Join Date: Feb 2006
Posts: 36
Rep Power: 0 iradic is on a distinguished road
WinAPI GetProcAddress?

Hi,

If an WinAPI function is implemented as Unicode and ANSI version can I use normal name in the GetProcAddress call?

example:
GetProcAddress (handle, TEXT("CreateHardLink"));

or

#ifdef UNICODE
/* use "CreateHardLinkW" */
#else
/* use "CreateHardLinkA" */
#endif

bye
iradic is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Winapi get textbox jayme C++ 6 Jan 16th, 2006 7:02 PM
Winapi Josef_Stalin Other Programming Languages 1 Jun 24th, 2005 9:28 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:38 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC