To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic User Guide
DLL Toolkit
GetBuffer
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
GetBuffer
Reads string information out of an HTBasic Buffer. The C++ function declaration is:
int GetBuffer(void * IOPath,char * data, long len)
A sample of the command is:
char data[20];
GetBuffer(buffer,data,15) // read 15 bytes from buffer