IMetaDataEmit::GetTokenFromSig Method
Gets a token for the specified metadata signature.
HRESULT GetTokenFromSig (
[in] PCCOR_SIGNATURE pvSig,
[in] ULONG cbSig,
[out] mdSignature *pmsig
);
Parameters
Parameter | Description |
---|---|
pvSig |
[in] The signature to be persisted and stored. |
cbSig |
[in] The count of bytes in pvSig. |
pmsig |
[out] The mdSignature token assigned. |
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, 1.1, 1.0