WeakRef::WeakRef 생성자
WeakRef 클래스의 새 인스턴스를 초기화합니다.
WeakRef();
WeakRef(
decltype(__nullptr)
);
WeakRef(
_In_opt_ IWeakReference* ptr
);
WeakRef(
const ComPtr<IWeakReference>& ptr
);
WeakRef(
const WeakRef& ptr
);
WeakRef(
_Inout_ WeakRef&& ptr
);
매개 변수
- ptr
포인터, 참조 또는 rvalue는 현재 WeakRef 개체를 초기화 하는 기존 개체를 참조 합니다.
설명
첫 번째 생성자는 빈 WeakRef 개체를 초기화합니다.두 번째 생성자는 WeakRef 개체에 대 한 포인터에서 IWeakReference 인터페이스를 초기화합니다.세 번째 생성자는 WeakRef 개체의 Comptr에 대 한 참조를 초기화 < IWeakReference > 개체입니다.네 번째 및 다섯 번째 생성자는 WeakRef 개체에서 다른 WeakRef 개체를 초기화 합니다.
요구 사항
헤더: client.h
네임 스페이스: Microsoft::WRL