IMetaDataTables::GetUserStringHeapSize Method

获取用户字符串堆的大小(以字节为单位)。

Syntax

HRESULT GetUserStringHeapSize (
    [out] ULONG   *pcbBlobs
);

Parameters

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

Requirements

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

Header: Cor.h

Library: CorGuids.lib

See also