Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 874 Bytes

File metadata and controls

38 lines (31 loc) · 874 Bytes
title _com_ptr_t::GetInterfacePtr | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
_com_ptr_t::GetInterfacePtr
dev_langs
C++
helpviewer_keywords
GetInterfacePtr method [C++]
ms.assetid 55e3e2c7-c939-48b5-a905-4b9cbefeea7e
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen

_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