GPS_DATA_FLAGS_ (Compact 2013)

3/26/2014

This family of constants provides information about the state of the data retrieved in a call to GPSGetPosition.

The GPSGetPosition function fills a GPS_POSITION structure with information that includes the latitude and longitude returned by GPS hardware. GPS_POSITION includes a field named dwFlags, which contains information about the state of the returned data, using the constant in the following table.

Value

Description

GPS_DATA_FLAGS_HARDWARE_OFF = 0x00000001

The GPS Intermediate Driver does not have a connection to GPS hardware. The returned data has been retrieved from the GPS Intermediate Driver cache.

Requirements

Header

gpsapi.h

See Also

Reference

GPS Intermediate Driver Constants
GPS_POSITION
GPSGetPosition