Re: Documentation Of Parameters?
- From: "Mark" <notmy@xxxxxxxxx>
- Date: Wed, 2 Jul 2008 11:11:31 -0400
Thanks, Larry, for the quick response and the information! It is just what I
was looking for,
Steve
"Larry Serflaten" <serflaten@xxxxxxxxxxxxxx> wrote in message
news:e%23a8Mg$2IHA.1428@xxxxxxxxxxxxxxxxxxxxxxx
"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
.
- References:
- Documentation Of Parameters?
- From: Mark
- Re: Documentation Of Parameters?
- From: Larry Serflaten
- Documentation Of Parameters?
- Prev by Date: Re: Documentation Of Parameters?
- Next by Date: Re: Documentation Of Parameters?
- Previous by thread: Re: Documentation Of Parameters?
- Next by thread: Re: Documentation Of Parameters?
- Index(es):
Relevant Pages
|
Loading