Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
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 |