Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 644 Bytes

com-ptr-t-getinterfaceptr.md

File metadata and controls

30 lines (21 loc) · 644 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: _com_ptr_t::GetInterfacePtr
_com_ptr_t::GetInterfacePtr
11/04/2016
_com_ptr_t::GetInterfacePtr
GetInterfacePtr method [C++]
55e3e2c7-c939-48b5-a905-4b9cbefeea7e

_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

See also

_com_ptr_t Class