mbusRecordGetBuffer (Function) |
Top Previous Next |
This function returns the value of a record as a buffer.
Input: handle : SYSHANDLE A handle to the connection
index : INT The index of the record.
data : PTR Pointer to the buffer to store the value in.
maxsize : INT The size of the buffer.
Output: size : INT The number of bytes stored in the buffer.
Returns: INT
Declaration: FUNCTION mbusRecordGetBuffer : INT;
Example: INCLUDE rtcu.inc
|