Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMetaDataTables2::GetMetaDataStorage method

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

Syntax


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

Parameters

ppvMd [out]

A pointer to a metadata section.

pcbMd [out]

The size of the metadata stream.

Return value

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

Requirements

IDL

Rometadataapi.idl

See also

IMetaDataTables2

 

 

Show:
© 2017 Microsoft