LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
GpsEnableAutoDetect
gpsapi.h
|
Generic GPS Functions
|
See Also
Enables or disables auto detect
Parameters
Parameters
Description
GPSBOOL fAutoDetect
GPS_TRUE to enable autodetect, or GPS_FALSE to disable it
Return Value
GPSERROR_NONE on success or GPSERROR_CONFIG on failure.
Remarks
Use
GpsIsAutoDetectEnabled
to find out if auto detect is enabled or disabled.
See Also
GPSBOOL
,
GpsIsAutoDetectEnabled
Group
Generic GPS Functions
Declaration
GPSERROR
GPSAPI
GpsEnableAutoDetect
(
GPSBOOL
fAutoDetect);
File
gpsapi.h
Links
gpsapi.h
,
Generic GPS Functions
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index