Thread: WinAPI interfaces in C

  1. #1
    Registered User
    Join Date
    May 2009
    Posts
    10

    WinAPI interfaces in C

    Where can I find some samples or tutorial, how to use Windows API interfaces in C programming language? I known it is possible by virtual method table.

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    What?

    You just include <windows.h> and call them. If you are using MSVS the linker will already know what libs to link with - if not, you will have to go through the SDK and see which libs the various API calls you are calling use.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Proper DLL class interfaces
    By Magos in forum C++ Programming
    Replies: 10
    Last Post: 02-24-2006, 03:41 AM
  2. Text engine
    By Death_Wraith in forum Game Programming
    Replies: 18
    Last Post: 11-15-2004, 07:44 PM
  3. Need help with detecting wireless interfaces
    By wikiwest in forum Linux Programming
    Replies: 0
    Last Post: 04-06-2004, 08:31 PM
  4. do i still need winAPI
    By datainjector in forum Windows Programming
    Replies: 8
    Last Post: 07-12-2003, 01:43 AM
  5. references for the winapi
    By stallion in forum Windows Programming
    Replies: 9
    Last Post: 01-28-2003, 02:56 AM