GPS_DATA_FLAGS_

Send Feedback

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

OS Versions: Windows CE 5.01 and later.
Header: Gpsapi.h.

See Also

GPS Intermediate Driver Constants | GPS_POSITION | GPSGetPosition | Accessing Parsed GPS Data

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.