Click or drag to resize
Xcalibur Systems LLC Logo

ShellHelperShellExecuteEx Method

Performs an operation on a specified file.

ShellExecuteEx function


Namespace: Xcalibur.NativeMethods.V2.Shell
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("shell32.dll", CharSet = CharSet.Auto)]
public static bool ShellExecuteEx(
	ref ShellExecuteInfo execInfo
)

Parameters

execInfo  ShellExecuteInfo
A pointer to a structure that contains and receives information about the application being executed.

Return Value

Boolean
See Also