shell32ApiShellExecute Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static IntPtr ShellExecute(
IntPtr hwnd,
string lpOperation,
string lpFile,
string lpParameters,
string lpDirectory,
int nShowCmd
)
<DllImportAttribute("shell32.dll">]
Public Shared Function ShellExecute (
hwnd As IntPtr,
lpOperation As String,
lpFile As String,
lpParameters As String,
lpDirectory As String,
nShowCmd As Integer
) As IntPtr
public:
[DllImportAttribute(L"shell32.dll")]
static IntPtr ShellExecute(
IntPtr hwnd,
String^ lpOperation,
String^ lpFile,
String^ lpParameters,
String^ lpDirectory,
int nShowCmd
)
[<DllImportAttribute("shell32.dll")>]
static member ShellExecute :
hwnd : IntPtr *
lpOperation : string *
lpFile : string *
lpParameters : string *
lpDirectory : string *
nShowCmd : int -> IntPtr
Parameters
- hwnd
- Type: SystemIntPtr
- lpOperation
- Type: SystemString
- lpFile
- Type: SystemString
- lpParameters
- Type: SystemString
- lpDirectory
- Type: SystemString
- nShowCmd
- Type: SystemInt32
Return Value
Type:
IntPtr
See Also