![Xcalibur Systems LLC Logo](../icons/logo.png) |
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.ShellAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic IntPtr ProcessHandle
Public ProcessHandle As IntPtr
public:
IntPtr ProcessHandle
val mutable ProcessHandle: IntPtr
Field Value
IntPtr
See Also