Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
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 |