Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at _com_ptr_t::GetInterfacePtr.
Microsoft Specific**
Returns the encapsulated interface pointer.
Syntax
Interface* GetInterfacePtr( ) const throw( );
Interface*& GetInterfacePtr() throw();
Remarks
Returns the encapsulated interface pointer, which may be NULL.
END Microsoft Specific