IBinaryConverter::StringToString メソッド (certenroll.h)
StringToString メソッドは、文字列に適用される Unicode エンコードの種類を変更します。
構文
HRESULT StringToString(
[in] BSTR strEncodedIn,
[in] EncodingType EncodingIn,
[in] EncodingType Encoding,
[out] BSTR *pstrEncoded
);
パラメーター
[in] strEncodedIn
変更する文字列を含む BSTR 変数。
[in] EncodingIn
入力文字列に適用される Unicode エンコードを指定する EncodingType 列挙値。
[in] Encoding
出力文字列に適用する Unicode エンコードの種類を指定する EncodingType 列挙値。 既定値は XCN_CRYPT_STRING_BASE64です。
[out] pstrEncoded
エンコードされた出力文字列を含む BSTR 変数へのポインター。
戻り値
関数が成功した場合、関数は S_OKを返します。
関数が失敗した場合は、エラーを示す HRESULT 値を返します。 一般的なエラー コードの一覧については、「 共通の HRESULT 値」を参照してください。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | certenroll.h |
[DLL] | CertEnroll.dll |