Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.57 KB

File metadata and controls

51 lines (41 loc) · 1.57 KB
title BLOB_ENTRY | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-data
ms.topic reference
f1_keywords
BLOB_ENTRY
dev_langs
C++
helpviewer_keywords
BLOB_ENTRY macro
ms.assetid 89e40678-0869-49ed-b502-0fa2630a9081
author mikeblome
ms.author mblome
ms.workload
cplusplus
data-storage

BLOB_ENTRY

Used with BEGIN_COLUMN_MAP and END_COLUMN_MAP to bind a binary large object (BLOB).

Syntax

BLOB_ENTRY(nOrdinal, IID, flags, data)  
  

Parameters

nOrdinal
[in] The column number.

IID
[in] Interface GUID, such as IDD_ISequentialStream, used to retrieve the BLOB.

flags
[in] Storage-mode flags as defined by the OLE Structured Storage model (for example, STGM_READ).

data
[in] The corresponding data member in the user record.

Example

See How Can I Retrieve a BLOB?.

Requirements

Header: atldbcli.h

See Also

Macros and Global Functions for OLE DB Consumer Templates
BEGIN_COLUMN_MAP
END_COLUMN_MAP
COLUMN_ENTRY
BLOB_ENTRY_LENGTH
BLOB_ENTRY_LENGTH_STATUS
BLOB_ENTRY_STATUS