StorPortReadRegisterUchar マクロ (storport.h)

StorPortReadRegisterUchar ルーチンは、指定されたレジスタ アドレスから値を読み取ります。

構文

void StorPortReadRegisterUchar(
  [in]  h,
  [in]  r
);

パラメーター

[in] h

ハードウェア デバイス拡張機能へのポインター。

[in] r

データを読み取るレジスタへのポインター。

戻り値

なし

解説

詳細については、「 ScsiPortReadRegisterUchar」を参照してください。 このルーチンのバッファーバージョンについては、「 StorPortReadRegisterBufferUchar」を参照してください。

要件

要件
対象プラットフォーム ユニバーサル
Header storport.h (Storport.h を含む)
Library Storport.lib

こちらもご覧ください

ScsiPortReadRegisterUchar

StorPortReadRegisterBufferUchar