Shell32ShellExecuteEx Method
Performs an operation on a specified file..
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("Shell32.dll", CharSet = CharSet.Auto, SetLastError = true)]
public static bool ShellExecuteEx(
ref ShellExecuteInfo refExecInfo
)
<DllImportAttribute("Shell32.dll", CharSet := CharSet.Auto, SetLastError := true>]
Public Shared Function ShellExecuteEx (
ByRef refExecInfo As ShellExecuteInfo
) As Boolean
Dim refExecInfo As ShellExecuteInfo
Dim returnValue As Boolean
returnValue = Shell32.ShellExecuteEx(refExecInfo)
public:
[DllImportAttribute(L"Shell32.dll", CharSet = CharSet::Auto, SetLastError = true)]
static bool ShellExecuteEx(
ShellExecuteInfo% refExecInfo
)
[<DllImportAttribute("Shell32.dll", CharSet = CharSet.Auto, SetLastError = true)>]
static member ShellExecuteEx :
refExecInfo : ShellExecuteInfo byref -> bool
No code example is currently available or this language may not be supported.
- refExecInfo ShellExecuteInfo
-
A pointer to a ShellExecuteInfo structure that contains and receives information about
the application being executed.
Boolean if successful,
otherwise.