Skip to content

Latest commit

 

History

History
63 lines (56 loc) · 1.27 KB

File metadata and controls

63 lines (56 loc) · 1.27 KB
title IConvertTypeImpl::CanConvert | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
IConvertTypeImpl.CanConvert
CanConvert
IConvertTypeImpl::CanConvert
dev_langs
C++
helpviewer_keywords
CanConvert method
ms.assetid bdad6e95-bc0b-4427-9b5e-eea51f09f392
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

IConvertTypeImpl::CanConvert

Gives information on the availability of type conversions on a command or on a rowset.

Syntax

  
      STDMETHOD(CanConvert)(   
   DBTYPE wFromType,   
   DBTYPE wToType,   
   DBCONVERTFLAGS dwConvertFlags    
);  

Parameters

See IConvertType::CanConvert in the OLE DB Programmer's Reference.

Remarks

Uses OLE DB data conversion in MSADC.DLL.

Requirements

Header: atldb.h

See Also

IConvertTypeImpl Class