Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Call this method to remove a handle from the list of waitable objects.
HRESULT RemoveHandle(
HANDLE hObject
) throw( );
Parameters
- hObject
The handle to remove.
Return Value
Returns S_OK on success, or an error HRESULT on failure.
Remarks
When the handle is removed IWorkerThreadClient::CloseHandle will be called on the associated object that was passed to AddHandle. If this call fails, CWorkerThread will call the Windows CloseHandle function on the handle.
Requirements
Header: atlutil.h