Tim^^BOB
2004-02-09 00:53:16 UTC
I was wondering if anyone knew a good reference site or program that
can list for me the constants used with API Calls or just al the
constants generally used in VB Programming. For example, when
sndPlaySound is called
(Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA"
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long)
the uFlags long can be a number of constants like &H1, &H2 ect. how
can I find out which constant values should be used with which calls
and what do they do?
Thanks to all replyers
can list for me the constants used with API Calls or just al the
constants generally used in VB Programming. For example, when
sndPlaySound is called
(Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA"
(ByVal lpszSoundName As String, ByVal uFlags As Long) As Long)
the uFlags long can be a number of constants like &H1, &H2 ect. how
can I find out which constant values should be used with which calls
and what do they do?
Thanks to all replyers