xInfo.prevInstance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a handle to the previous instance of the application.
public:
virtual int prevInstance();
public virtual int prevInstance ();
abstract member prevInstance : unit -> int
override this.prevInstance : unit -> int
Public Overridable Function prevInstance () As Integer
Returns
The handle of the previous instance of the application.
Remarks
This method should not be used.