Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.21 KB

File metadata and controls

34 lines (30 loc) · 1.21 KB
title Compiler COM Global Functions | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
C++
helpviewer_keywords
cl.exe compiler, COM support
COM, compiler support
ms.assetid 74449d26-50a2-47c7-b175-7cf2cf83533e
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen

Compiler COM Global Functions

Microsoft Specific

The following routines are available:

Function Description
_com_raise_error Throws a _com_error in response to a failure.
_set_com_error_handler Replaces the default function that is used for COM error-handling.
ConvertBSTRToString Converts a BSTR value to a char *.
ConvertStringToBSTR Converts a char * value to a BSTR.

END Microsoft Specific

See Also

Compiler COM Support Classes
Compiler COM Support