CWorkerThread::RemoveHandle
Chiamare questo metodo per rimuovere un handle l'elenco di oggetti waitable.
HRESULT RemoveHandle(
HANDLE hObject
) throw( );
Parametri
- hObject
L'handle da rimuovere.
Valore restituito
Restituisce S_OK su positivo, o un errore HRESULT di errore.
Note
Quando l'handle vengono rimosse IWorkerThreadClient::CloseHandle verrà chiamato sull'oggetto collegato passato a AddHandle.Se la chiamata ha esito negativo, CWorkerThread chiamerà la funzione di Windows CloseHandle sugli handle.
Requisiti
Header: atlutil.h