IVsObjectListOwner::DoWaitUI Method (Int32)

 

Displays the wait cursor.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int DoWaitUI(
	int fStart
)

Parameters

fStart
Type: System::Int32

[in] Boolean. If true, displays the wait cursor.

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsObjectListOwner::DoWaitUI(
   [in] BOOL fStart
);
Return to top
Show: