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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Just 3 questions... :)

Status
Not open for further replies.

Fursten

Programmer
Dec 27, 2000
403
PT
Hi,

I would like to know if there is somewhere a text file or mdb for user32 lib, and other API Lib so I can use them in API Text Viewer. It cames only with MAPI32, APILOAD, WIN32API.

Is there any software better than Text Viewer to work with APi´s? (not counting with SDK)

Using Text Viewer:

If I go to the declares and search for "window" I will get a lot of API functions. However, how can I know the correct Const that I need to use on that specific API? Because if I search for "window" or for the name of the API function that I found in the "Declares", in API Type: Constants, I will not obtains the const That I need for that specific API function. So, how can I know witch of them are necessary... Is ther some logic on this? :)

Thank you.

 
Try
I think this is what you are looking for.
VCA.gif

Alt255@Vorpalcom.Intranets.com

"Don't be humble. You're not that great."
Golda Meier​
 
If you are looking for constants and declarations and you have C++ installed, check out the header (*.h) files. There are many constants and declarations in there that are not defined in the API view. Just find the appropriate header file and read through it. - Jeff Marler B-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top