_com_ptr_t::GetInterfacePtr
Visual Studio 2015
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 _com_ptr_t::GetInterfacePtr.
Microsoft Specific**
Returns the encapsulated interface pointer.
Interface* GetInterfacePtr( ) const throw( );
Interface*& GetInterfacePtr() throw();
Returns the encapsulated interface pointer, which may be NULL.
END Microsoft Specific
Show: