Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ComPtr::AsWeak Method

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at ComPtr::AsWeak Method.

Retrieves a weak reference to the current object.

HRESULT AsWeak(  
   _Out_ WeakRef* pWeakRef  
);  

Parameters

pWeakRef
When this operation completes, a pointer to a weak reference object.

S_OK if successful; otherwise, an HRESULT that indicates the error.

Header: client.h

Namespace: Microsoft::WRL

ComPtr Class

Show: