Share via


xInfo.prevInstance Method

Definition

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.

Applies to