A pointer to a structure that is to receive the GPS data
Returns
RTE_NONE if successful, or RTE_INVALID_PARAMTER if prgdData does not point to an adequate
storage location for the data.
Description
Gets the current GPS data
Remarks
This method returns the current GPS information from the live GPS data feed. For logger type receivers, this is different from the logged data, accessed with RTGpsLoggerGetDataRecords.
This is a synchronous method to get GPS data. For an asynchronous method, see OnRTDataChanged.