Click or drag to resize
Xcalibur Systems LLC Logo

ShellExecuteInfoAppInstanceHandle Field

[out] If is set and the call succeeds, it sets this member to a value greater than 32. If the function fails, it is set to an error value that indicates the cause of the failure. Although hInstApp is declared as an HINSTANCE for compatibility with 16-bit Windows applications, it is not a true HINSTANCE. It can be cast only to an int and compared to either 32 or the following error codes.

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

Field Value

IntPtr
See Also