Share via


IVsThreadedWaitDialog.EndWaitDialog(Int32) Method

Definition

Ends the Wait dialog.

public:
 int EndWaitDialog(int % pfCancelled);
int EndWaitDialog(int & pfCancelled);
public int EndWaitDialog (ref int pfCancelled);
abstract member EndWaitDialog : int -> int
Public Function EndWaitDialog (ByRef pfCancelled As Integer) As Integer

Parameters

pfCancelled
Int32

Indicates whether the operation was cancelled.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

HRESULT IVsThreadedWaitDialog::EndWaitDialog(  
   BOOL *pfCancelled  
);  

Applies to