|
|
Copies the user's buffer into the record buffer without any translation
function PXRawPut
(RecHandle : RecordHandle; { record buffer to contain the record }
var Buffer; { user's buffer area }
BufSize : Integer): Int; { size of user's buffer area in bytes }
Errors: PXERR_INVPARAMETER 33 Invalid argument
PXERR_OUTOFRANGE 31 Argument out of range
PXERR_INVRECHANDLE 104 Invalid record handle |
|
|