Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
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 |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
GPS Intermediate Driver Constants
GPS_POSITION
GPSGetPosition