Documentation Of Parameters?
- From: "Mark" <notmy@xxxxxxxxx>
- Date: Tue, 1 Jul 2008 23:31:36 -0400
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
.
- Follow-Ups:
- Re: Documentation Of Parameters?
- From: Thorsten Albers
- Re: Documentation Of Parameters?
- From: Larry Serflaten
- Re: Documentation Of Parameters?
- Prev by Date: Re: How to copy Clipboard to file?
- Next by Date: Re: Documentation Of Parameters?
- Previous by thread: Re: How to copy Clipboard to file?
- Next by thread: Re: Documentation Of Parameters?
- Index(es):
Relevant Pages
|
Loading