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.
GPSGetDeviceState
-
2015年11月18日
A version of this page is also available for
4/8/2010
This function retrieves information about the current state of the GPS hardware by setting the fields of the passed GPS_DEVICE structure.
Syntax
DWORD GPSGetDeviceState(
GPS_DEVICE *pGPSDevice
);
Parameters
- pGPSDevice
Pointer to a GPS_DEVICE structure. On return, this structure is filled with device data for the GPS hardware managed by the GPS Intermediate Driver.
Return Value
If successful, returns ERROR_SUCCESS.
If unsuccessful, returns an error code.
Remarks
For more information about setting configurable GPS Intermediate Driver settings, like the driver and multiplex prefixes, see Configuring the GPS Intermediate Driver.
Requirements
See Also
Reference
GPS Intermediate Driver Functions