共用方式為


StorPortMoveMemory 函式 (storport.h)

StorPortMoveMemory 例程會將記憶體從一個緩衝區複製到另一個緩衝區。

語法

STORPORT_API VOID StorPortMoveMemory(
  [in] PVOID WriteBuffer,
  [in] PVOID ReadBuffer,
  [in] ULONG Length
);

參數

[in] WriteBuffer

目的地緩衝區的指標。

[in] ReadBuffer

來源緩衝區的指標。

[in] Length

指定要從 ReadBufferWriteBuffer傳輸多少個字節。

傳回值

沒有

要求

要求 價值
目標平臺 普遍
標頭 storport.h (包括 Storport.h)
連結庫 Storport.lib

另請參閱

ScsiPortMoveMemory