IMetaDataTables::GetBlobHeapSize Method

获取二进制大型对象 (BLOB) 堆的大小(以字节为单位)。

Syntax

HRESULT GetBlobHeapSize (
    [out] ULONG     *pcbBlobs
);

Parameters

pcbBlobs [out]指向 BLOB 堆的大小(以字节为单位)的指针。

Requirements

平台: 请参阅 .NET 支持的作系统

Header: Cor.h

Library: CorGuids.lib

See also