Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The AtaPortMoveMemory routine copies data from one location to another.
Syntax
void AtaPortMoveMemory(
[out] PVOID WriteBuffer,
[in] PVOID ReadBuffer,
[in] ULONG Length
);
Parameters
[out] WriteBuffer
A pointer to the destination buffer.
[in] ReadBuffer
A pointer to the source buffer.
[in] Length
Specifies the number of bytes to transfer from ReadBuffer to WriteBuffer.
Return value
None
Remarks
The miniport driver calls the AtaPortMoveMemory routine to copy data from one system-allocated area to another.
The location pointed to by ReadBuffer and Length can overlap the range of addresses between WriteBuffer and Length.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | irb.h (include Ata.h, Irb.h) |
Library | Ataport.lib; Pciidex.lib |