FUNCTION CopyBufferData : ERROR
Copy data from the segmented buffer to a destination buffer
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
CopyBufferData
|
ERROR
|
Local library ERROR ID
|
Input
|
hBuffer
|
CAA.HANDLE
|
Handle to the buffer created by CreateBuffer
|
szOffset
|
CAA.SIZE
|
Offset in Buffer
|
szLength
|
CAA.SIZE
|
Length of Data to Copy
|
pData
|
CAA.PVOID
|
Destination
|
szSize
|
CAA.SIZE
|
Size of Destination
|
|