StorPortMoveMemory - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

STORPORT_API VOID StorPortMoveMemory(
  [in] PVOID WriteBuffer,
  [in] PVOID ReadBuffer,
  [in] ULONG Length
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-storport-storportmovememory)

StorPortMoveMemory function

Description

The StorPortMoveMemory routine copies memory from one buffer to another.

Parameters

WriteBuffer [in]

Pointer to the destination buffer.

ReadBuffer [in]

Pointer to the source buffer.

Length [in]

Specifies how many bytes to transfer from ReadBuffer to WriteBuffer.

Return value

None

See also

ScsiPortMoveMemory