IMetaDataTables::GetBlob Method
Gets a pointer to the binary large object (BLOB) at the specified column index.
Syntax
HRESULT GetBlob (
[in] ULONG ixBlob,
[out] ULONG *pcbData,
[out] const void **ppData
);
Parameters
ixBlob
[in] The memory address from which to get ppData
.
pcbData
[out] A pointer to the size, in bytes, of ppData
.
ppData
[out] A pointer to a pointer to the binary data retrieved.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Versions: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา