_GetPrevInst Function |  |
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.22 GA
Syntax[ObsoleteAttribute]
FUNCTION _GetPrevInst() AS IntPtr
[ObsoleteAttribute]
public static IntPtr _GetPrevInst()
Request Example
View SourceReturn Value
Type:
IntPtr
Remarks Tip |
---|
For a Windows 3.2 application or DLL, the previous instance handle is always NULL.
|
Examples
See Also