หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |