Re: Documentation Of Parameters?
- From: "Larry Serflaten" <serflaten@xxxxxxxxxxxxxx>
- Date: Tue, 1 Jul 2008 23:02:00 -0500
"Mark" <notmy@xxxxxxxxx> wrote
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
http://www.google.com/search?hl=en&q=shellexecute+site%3Amicrosoft.com
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal
lpClassName As String, ByVal lpWindowName As String) As Long
http://www.google.com/search?hl=en&q=findwindow+site%3Amicrosoft.com&btnG=Search
LFS
.
- Follow-Ups:
- Re: Documentation Of Parameters?
- From: Mark
- Re: Documentation Of Parameters?
- References:
- Documentation Of Parameters?
- From: Mark
- Documentation Of Parameters?
- Prev by Date: Documentation Of Parameters?
- Next by Date: Re: Documentation Of Parameters?
- Previous by thread: Documentation Of Parameters?
- Next by thread: Re: Documentation Of Parameters?
- Index(es):
Loading