CHandle::CHandle

Costruttore.

CHandle( ) throw( ); 
CHandle(
   CHandle& h 
) throw( );
explicit CHandle(
   HANDLE h 
) throw( );

Parametri

  • h
    L'handle esistenti o CHandle.

Note

Crea un nuovo oggetto CHandle, eventualmente utilizzando un handle o di un oggetto esistenti CHandle.

Requisiti

Header: atlbase.h

Vedere anche

Riferimenti

Classe di CHandle

CHandle::Attach