CComPtr::CComPtr
The constructor.
CComPtr( ) throw ( );
CComPtr(
T* lp
) throw ( );
CComPtr (
const CComPtr< T >& lp
) throw ( );
Параметры
lp
Used to initialize the interface pointer.T
A COM interface.
Требования
Header: atlcomcli.h