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