Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The StorPortMoveMemory routine copies memory from one buffer to another.
Syntax
STORPORT_API VOID StorPortMoveMemory(
[in] PVOID WriteBuffer,
[in] PVOID ReadBuffer,
[in] ULONG Length
);
Parameters
[in] WriteBuffer
Pointer to the destination buffer.
[in] ReadBuffer
Pointer to the source buffer.
[in] Length
Specifies how many bytes to transfer from ReadBuffer to WriteBuffer.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | storport.h (include Storport.h) |
Library | Storport.lib |