Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the binary metadata signature of the type specification represented by the specified token.
Syntax
HRESULT GetTypeSpecFromToken(
[in] mdTypeSpec tkTypeSpec,
[out] PCCOR_SIGNATURE *ppvSig,
[out] ULONG *pcbSig
);
Parameters
[in] tkTypeSpec
The TypeSpec token associated with the requested metadata signature.
[out] ppvSig
A pointer to the binary metadata signature.
[out] pcbSig
The size, in bytes, of the metadata signature.
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 |