Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

API calls in Visual C++ 6.0

Status
Not open for further replies.

VCPro

Programmer
Feb 3, 2003
30
US
Hi All,

I have a VC++ project source code. How do I find out all the APIs that have been used in the project?
How are the WINAPIs declared in VC++6.0?

Any pointers would help.


Thanks
 
take a look in header files, and you will see.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Any function calls that arent listed in your source code are probably API calls.

Right click the function and goto "Definition", or click F1 over it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top