IPrintSchemaParameterInitializer::get_Value メソッド (printerextension.h)
Value (get_Value) プロパティは、IPrintSchemaParameterInitializer オブジェクトの現在の値を取得します。
PrintTicket XML では、psf:ParameterInit 要素の psf:Value 子要素の値です。
このプロパティは読み取り専用です。
構文
HRESULT get_Value(
VARIANT *pVar
);
パラメーター
pVar
VARIANT パラメーター pVar を定義します。
戻り値
HRESULT 値を返します。 プロパティ呼び出しが成功しなかった場合は、適切な HRESULT エラー コードが返されます。
注釈
Value (get_Value) プロパティは、IPrintSchemaParameterInitializer オブジェクトの現在の値を Variant 変数の形式で返します。 さまざまなパラメーター データ型のバリアント型に値と型を格納する方法を次に示します。
Parameter DataType | バリアント型 | バリアント型 (Variant) の値 |
---|---|---|
PrintSchemaParameterDataType_Integer | V_VT(pVar) がVT_I4 | V_I4(pVar) |
PrintSchemaParameterDataType_NumericString | V_VT(pVar) がVT_BSTR | V_BSTR(pVar) |
PrintSchemaParameterDataType_String | V_VT(pVar) がVT_BSTR | V_BSTR(pVar) |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8.1 |
サポートされている最小のサーバー | Windows Server 2012 R2 |
対象プラットフォーム | Windows |
ヘッダー | printerextension.h |