Click or drag to resize
Xcalibur Systems LLC Logo

ShellExecuteInfoProcessHandle Field

A handle to the newly started application. This member is set on return and is always NULL unless Mask is set to . Even if fMask is set to , hProcess will be NULL if no process was launched. For example, if a document to be launched is a URL and an instance of Internet Explorer is already running, it will display the document. No new process is launched, and ProcessHandle will be NULL.

Namespace: Xcalibur.NativeMethods.V2.Shell
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public IntPtr ProcessHandle

Field Value

IntPtr
See Also