Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the name of the module referenced by the specified metadata token.
Syntax
HRESULT GetModuleRefProps(
[in] mdModuleRef tkModuleRef,
[out] LPWSTR szName,
[in] ULONG cchName,
[out] ULONG *pchName
);
Parameters
[in] tkModuleRef
The ModuleRef metadata token that references the module to get metadata information for.
[out] szName
A buffer to hold the module name.
[in] cchName
The requested size of szName in wide characters.
[out] pchName
The returned size of szName in wide characters.
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 |