Skip to content

Latest commit

 

History

History
66 lines (57 loc) · 1.31 KB

File metadata and controls

66 lines (57 loc) · 1.31 KB
title BEGIN_PARAM_MAP | 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
BEGIN_PARAM_MAP
dev_langs
C++
helpviewer_keywords
BEGIN_PARAM_MAP macro
ms.assetid 32f3f70e-c7c6-4b80-ab98-e02c8eb3a894
caps.latest.revision 9
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

BEGIN_PARAM_MAP

Marks the beginning of the parameter map entries.

Syntax

  
BEGIN_PARAM_MAP(  
x  
 )  
  

Parameters

x
[in] The name of the user record class.

Remarks

Parameters are used by commands.

Example

See the example for the BEGIN_COLUMN_MAP macro.

Requirements

Header: atldbcli.h

See Also

Macros and Global Functions for OLE DB Consumer Templates
END_PARAM_MAP
SET_PARAM_TYPE