Documentation Of Parameters?



I found the following declarations in some code on the net. Where can I find
documentation on the parameters of the functions?

Private Declare Function ShellExecute Lib "shell32.dll" Alias
"ShellExecuteA" _
(ByVal hWnd As Long, ByVal lpOperation As String, _
ByVal lpFile As String, ByVal lpParameters As String, _
ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long

Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal
lpClassName As String, ByVal lpWindowName As String) As Long

Thanks,

Steve


.



Relevant Pages

  • Re: CryptAPI
    ... > Private Declare Function CryptAcquireContext Lib "advapi32.dll" Alias ... > As String, ByVal dwProvType As Long, ByVal dwFlags As Long) As Long ... > On Error GoTo ErrSign ...
    (microsoft.public.vb.winapi)
  • Re: problem with RegQueryValueEx (long)
    ... >> Function RegGetString(hInKey As Long, ByVal sSubKey As String, ByVal ... > (ByVal hKey As Long, ByVal lpSubKey As String, phkResult As Long) As Long ... > Private Declare Function RegCreateKeyEx Lib "advapi32.dll" Alias ...
    (microsoft.public.vb.general.discussion)
  • Re: Need to call windows scheduler.
    ... Private Declare Function OpenSCManager Lib "advapi32.dll" Alias ... "OpenSCManagerA" (ByVal lpMachineName As String, ... Dim lhSCM As Long, lhService As Long, sState As String, lReturn ...
    (microsoft.public.access.formscoding)
  • Add x64 PtrSafe to macro to allow to run in x64 Word 2010
    ... Private Declare Function ShellExecute Lib "shell32.dll" Alias _ ... Public BoolSelected As Boolean ... Public strPickedPath As String ...
    (microsoft.public.word.vba.general)
  • Re: How to add a hyperlink text in a text box?
    ... Public Declare Function ShellExecute Lib "shell32.dll" _ ... ByVal lpOperation As String, ByVal lpFile As String, _ ... Public Declare Function GetDesktopWindow Lib "user32" As Long ...
    (microsoft.public.vb.general.discussion)

Loading