UInt8Mult 関数 (intsafe.h)
UINT8 型の 2 つの値を乗算します。
構文
HRESULT UInt8Mult(
[in] UINT8 u8Multiplicand,
[in] UINT8 u8Multiplier,
[out] UINT8 *pu8Result
);
パラメーター
[in] u8Multiplicand
最初の値。
[in] u8Multiplier
2 番目の値。
[out] pu8Result
結果。
戻り値
この関数が成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2 [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | intsafe.h |