IMetaDataTables2::GetMetaDataStorage method (rometadataapi.h)

Gets the size and contents of the metadata stored in the specified section.

Syntax

HRESULT GetMetaDataStorage(
  [out] const BYTE **ppvMd,
  [out] ULONG      *pcbMd
);

Parameters

[out] ppvMd

A pointer to a metadata section.

[out] pcbMd

The size of the metadata stream.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header rometadataapi.h

See also

IMetaDataTables2