IMetaDataImport::GetUserString Method
Gets the literal string represented by the specified metadata token.
Syntax
HRESULT GetUserString (
[in] mdString stk,
[out] LPWSTR szString,
[in] ULONG cchString,
[out] ULONG *pchString
);
Parameters
stk
[in] The String token to return the associated string for.
szString
[out] A copy of the requested string.
cchString
[in] The maximum size in wide characters of the requested szString
.
pchString
[out] The size in wide characters of the returned szString
.
Requirements
Platforms: See System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: Available since 1.0
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.