IVsThreadedWaitDialog.EndWaitDialog(Int32) 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.
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
This method is safe to access from any thread.