Windows 2000 API
-
Can anybody please tell me where I can find a list of the functions in the DLL's and the parameters they require?
Use Depends.exe to find out the names of the funtions. Some functions are documented i.e. you can find help in MSDN. Some functions are NOT documented, but you may be able to find their parameters in some header files and some just aren't documented which makes it more difficult to figure out the parameters. HTH Jignesh
-
Use Depends.exe to find out the names of the funtions. Some functions are documented i.e. you can find help in MSDN. Some functions are NOT documented, but you may be able to find their parameters in some header files and some just aren't documented which makes it more difficult to figure out the parameters. HTH Jignesh
-
Use Depends.exe to find out the names of the funtions. Some functions are documented i.e. you can find help in MSDN. Some functions are NOT documented, but you may be able to find their parameters in some header files and some just aren't documented which makes it more difficult to figure out the parameters. HTH Jignesh
-
Hmm, I really don't know of any one book which just talks about functions. I just use the online help. If you do want to know more about undocumented calls, etc then Inside Windows200 would be a good start. HTH Jignesh
-
Hmm, I really don't know of any one book which just talks about functions. I just use the online help. If you do want to know more about undocumented calls, etc then Inside Windows200 would be a good start. HTH Jignesh