|
-
Jun 24th, 2001, 07:04 AM
#1
Thread Starter
Addicted Member
I want to use API.
Now I interest in API but I don't know how I can get the information of each API file.Such as I know in netapi32.dll has the function that can password in NT but I have no idea to coding it.Where can I get knowledge for API??
-
Jun 24th, 2001, 08:20 AM
#2
www.allapi.net
www.vbapi.com
They both have tutorials and references. Most of the time APIs aren't known by the files they are in, but rather what they do and it's name/declaration.
-
Jun 24th, 2001, 10:13 AM
#3
Frenzied Member
Also when you get more advanced with API try
http://www.mvps.org/vbnet
-
Jun 24th, 2001, 01:56 PM
#4
Monday Morning Lunatic
Bear in mind that if you have a DLL, you *cannot* use its functions unless you have the documentation for it (this is available for most parts of the Win32 API from Microsoft). The DLL itself contains the function names, but not their parameters.
Just something to bear in mind so that we don't answer that question again
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|