shell32ApiShellExecuteEx Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static int ShellExecuteEx(
ref shell32ApiSHELLEXECUTEINFO lpExecInfo
)
<DllImportAttribute("shell32.dll">]
Public Shared Function ShellExecuteEx (
ByRef lpExecInfo As shell32ApiSHELLEXECUTEINFO
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int ShellExecuteEx(
shell32ApiSHELLEXECUTEINFO% lpExecInfo
)
[<DllImportAttribute("shell32.dll")>]
static member ShellExecuteEx :
lpExecInfo : shell32ApiSHELLEXECUTEINFO byref -> int
Parameters
- lpExecInfo
- Type: TheVaultLibshell32ApiSHELLEXECUTEINFO
Return Value
Type:
Int32
See Also