Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Call this method to attach the CHandle object to an existing handle.
void Attach(
HANDLE h
) throw( );
Parameters
- h
CHandle will take ownership of the handle h.
Remarks
Assigns the CHandle object to the h handle. In debugs builds, an ATLASSERT will be raised if h is NULL. No other check as to the validity of the handle is made.
Requirements
Header: atlbase.h