RouteTrak API
CRTEngine::OnRTGetExtendedDataRecord
CRTEngine | See Also
virtual BOOL OnRTGetExtendedDataRecord(LPBYTE pbExtendedData, DWORD dwSize);
Parameters
Parameters Description
pbExtendedData A pointer to a block of memory reserved for the extended data to be provided by the application
dwSize The size of the buffer pointed to by pbExtended data
Returns
If the application's override of this function returns TRUE, the extended record data will be saved to the log file. If the return is FALSE, the extended data will be discarded.
Description
Allows the data records to be extended
Remarks
  • This function is called by the RouteTrak Engine to give the calling application the ability to provide extended data before the record is written to the log file.

  • The size of the extended data must first be supplied in RTOpenLogFile.
See Also
Class
Links

Copyright (c) 2001-2004 Links Point Inc.