ComPtrRef::GetAddressOf 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 ComPtrRef::GetAddressOf Method.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
InterfaceType* const * GetAddressOf() const;
Return Value
Address of a pointer to the interface represented by the current ComPtrRef object.
Remarks
Retrieves the address of a pointer to the interface represented by the current ComPtrRef object.
Requirements
Header: client.h
Namespace: Microsoft::WRL::Details