Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

For more information about how to use these registry settings and IOCTL, see Implementing GPS Intermediate Driver Hardware IOCTLs.

The GPS Intermediate Driver will use the settings in this topic when the InterfaceTyperegistry entry is "Poll". For more information about the InterfaceTyperegistry entry, see GPS Intermediate Driver Input Source Registry Settings.

Like the InterfaceTyperegistry entry, these entries exist in a key named for the specific input source, beneath the HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Driverskey. For example, an input source that uses GPS hardware directly might have registry settings at the HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver\Drivers\AcmeDirectGPSHardwarekey.

Note:
On some target devices, the root GPS Intermediate Driver registry key, and all subkeys, are protected. On these target devices, untrusted applications can read but cannot write GPS Intermediate Driver settings.

The following table shows the registry entries that specify direct GPS hardware connection information.

Value : type Description

PollInterval: REG_DWORD

Default setting is 1000 milliseconds.

Minimum amount of time, in milliseconds, that the GPS Intermediate Driver waits between calls it makes that use the IOCTL_GPS_DRIVER_GET_LOCATION_V1and IOCTL_GPS_DRIVER_GET_LOCATION_V2IOCTLs.

Version: REG_DWORD

"1" or "2". If not set, default is "1".

CommPort: REG_SZ

No default setting.

Name of the interface to which the physical GPS hardware is connected; for example: "GPS1:".

See Also