|
|
Gets the content of the record buffer without any translation
function PXRawGet
(RecHandle : RecordHandle; { record buffer containing the record }
var Buffer; { user's buffer area of size BufSize }
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
PXERR_BUFTOOSMALL 117 Buffer too small for result |
|
|