StorPortMoveMemory 함수(storport.h)
StorPortMoveMemory 루틴은 메모리를 한 버퍼에서 다른 버퍼로 복사합니다.
구문
STORPORT_API VOID StorPortMoveMemory(
[in] PVOID WriteBuffer,
[in] PVOID ReadBuffer,
[in] ULONG Length
);
매개 변수
[in] WriteBuffer
대상 버퍼에 대한 포인터입니다.
[in] ReadBuffer
원본 버퍼에 대한 포인터입니다.
[in] Length
ReadBuffer에서 WriteBuffer로 전송할 바이트 수를 지정합니다.
반환 값
없음
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | 유니버설 |
헤더 | storport.h(Storport.h 포함) |
라이브러리 | Storport.lib |