Click or drag to resize

_GetPrevInst Function

X#

Note: This API is now obsolete.

NOTE: This is not supported in 32 bit applications. The function is kept for backward compatibility, but always returns a NULL_PTR.
Return the previous instance handle of an application or DLL.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[ObsoleteAttribute]
 FUNCTION _GetPrevInst() AS IntPtr
Request Example View Source

Return Value

Type: IntPtr
Remarks
Tip Tip
For a Windows 3.2 application or DLL, the previous instance handle is always NULL.
Examples