次の方法で共有


IMetaDataImport::GetUserString メソッド (rometadataapi.h)

指定したメタデータ トークンで表されるリテラル文字列を取得します。

構文

HRESULT GetUserString(
  [in]  mdString tkString,
  [out] LPWSTR   szString,
  [in]  ULONG    cchString,
  [out] ULONG    *pchString
);

パラメーター

[in] tkString

関連付けられた文字列を返す文字列トークン。

[out] szString

要求された文字列のコピー。

[in] cchString

要求された szString のワイド文字の最大サイズ。

[out] pchString

返された szString のワイド文字のサイズ。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
対象プラットフォーム Windows
ヘッダー rometadataapi.h

こちらもご覧ください

IMetaDataImport