Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Gets the literal string represented by the specified metadata token.
Syntax
HRESULT GetUserString(
[in] mdString tkString,
[out] LPWSTR szString,
[in] ULONG cchString,
[out] ULONG *pchString
);
Parameters
[in] tkString
The String token to return the associated string for.
[out] szString
A copy of the requested string.
[in] cchString
The maximum size in wide characters of the requested szString.
[out] pchString
The size in wide characters of the returned szString.
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 |