IMetaDataTables2::GetMetaDataStreamInfo Method
Gets the name, size, and contents of the metadata stream at the specified index.
HRESULT GetMetaDataStreamInfo (
ULONG ix,
const char **ppchName,
const void **ppv,
ULONG *pcb
);
Parameters
Parameter | Description |
---|---|
ix |
[in] The index of the requested metadata stream. |
ppchName |
[out] A pointer to the name of the stream. |
ppv |
[out] A pointer to the metadata stream. |
pcb |
[out] The size, in bytes, of ppv. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Used as a resource in Mscoree.dll
.NET Framework Version: 2.0