Hi there!
Are API constants to be used in the same format like the one seen below?
Public Const ERROR_SUCCESS = 0&
Public Const HKEY_DYN_DATA = &H80000006
Can I give a different name to the constant?

Well I could understand some of the functions. But where can I find the whole API constants?
why '&' is used in almost all the declarations?


Please help.
Thanx,
Calm Indian.