|
LinksPoint GPS Toolkit Reference
|
| Parameters | Description |
| void * pData | Pointer to a block of data to be filled with all the most recently received GPS data. |
| long * plCount | Pointer to the number of bytes in the data buffer pointed to by pData. This value will represent the number of bytes that were actually copied to the data block if the function returns successfully. |
The user is responsible for allocating and freeing the memory for the parameters.
GPSERROR GPSAPI GpsGetDataBuffer(void * pData, long * plCount);