ShellExecuteInfoInstApp Field
If SEE_MASK_NOCLOSEPROCESS is set and the ShellExecuteEx call succeeds,
it sets this member to a value greater than 32.
If the function fails, it is set to an SE_ERR_XXX 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 SE_ERR_XXX error codes.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public InstApp As IntPtr
Dim instance As ShellExecuteInfo
Dim value As IntPtr
value = instance.InstApp
instance.InstApp = value
val mutable InstApp: IntPtr
No code example is currently available or this language may not be supported.
Field Value
IntPtr