View Single Post
Re: Question about far pointers
Old
  (#4)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: Question about far pointers - 17-06-2004

The 'FAR' in the above definitions satisfy the "CALLBACK" type on the GetProcAddress() function.

http://msdn.microsoft.com/library/de...rocaddress.asp

You can try to remove it and see if it compiles (but I'd be willing to bet that the C++ complier complains about a type conversion error).

botman
  
Reply With Quote