Condividi tramite


CHandle::Attach

Chiamare questo metodo per associare l'oggetto CHandle per gestire esistenti.

void Attach( 
   HANDLE h  
) throw( );

Parametri

  • h
    CHandle avrà la proprietà dell'handle h.

Note

Assegna l'oggetto CHandle a un handle h. Nelle build di debug, un ATLASSERT viene generato se h è NULL. Nessun altro controllo quanto la validità di handle viene eseguito.

Requisiti

Header: atlbase.h

Vedere anche

Riferimenti

CHandle Class

CHandle::Detach