Click or drag to resize
shell32ApiShellExecute Method

Namespace: TheVaultLib
Assembly: 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
)

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