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::GetMetaDataStreamInfo method
Gets the name, size, and contents of the metadata stream at the specified index.
Syntax
HRESULT GetMetaDataStreamInfo( [in] ULONG ix, [out] LPCSTR *ppchName, [out, size_is(, *pcb)] const BYTE **ppv, [out] ULONG *pcb );
Parameters
- 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.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
IDL |
|
|---|
See also
Show: