Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |