IVsThreadPool::UnscheduleWaitableTask Method (UInt32)

 

Deprecated. Removes a handle and task from the list of waitable tasks.

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

int UnscheduleWaitableTask(
	unsigned int hWait
)

Parameters

hWait
Type: System::UInt32

[in] HANDLE to remove.

Return Value

Type: System::Int32

Returns E_NOTIMPL.

From vsshell80.idl:

HRESULT IVsThreadPool::UnscheduleWaitableTask();
Return to top
Show: