Thread: Api

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    8

    Api

    Hy. I'm using Borland's C++ Builder 5, Enterprise. I'm new, and could someone tell me this: how can I access, use and capture output of Windows API. Please note that i'm new, so... . Thanks.

  2. #2
    Registered User juschillin's Avatar
    Join Date
    Sep 2002
    Posts
    20
    #include <windows.h>


    Is this what you are asking?

    these are good to use too...

    #include "resource.h" //create a file to put all you *.h's in.
    #include <stdio.h> //for printf()
    #include <stdlib.h>
    !Carpe Diem!
    "Sieze the Day"

  3. #3
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052

    Re: Api

    Capture what type of output? Output is defined as:
    The information produced by a program or process from a specific input.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. platform specific API or C standard API
    By George2 in forum C Programming
    Replies: 1
    Last Post: 11-12-2007, 01:32 AM
  2. OpenSSL and Win32 SSL API :: SSL/TLS
    By kuphryn in forum Networking/Device Communication
    Replies: 0
    Last Post: 03-10-2004, 07:46 PM
  3. FILES in WinAPI
    By Garfield in forum Windows Programming
    Replies: 46
    Last Post: 10-02-2003, 06:51 PM
  4. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  5. pthread api vs win32 thread api
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 11-20-2001, 08:55 AM