LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
GpsGetTime
gpsapi.h
|
Generic GPS Functions
|
See Also
Returns the current UTC time
Parameters
Parameters
Description
PGPSUTCTIME pgutcTime
Pointer to a
GPSUTCTIME
structure that will be filled with the Universal Time Coordinated (UTC) time.
Return Value
If the time is successfully retrieved, then the return value will be GPSERROR_NONE. Otherwise the return value will be GPSERROR_INVALID_PARAMETER.
Remarks
The user is responsible for allocating and freeing the memory for the parameter(s).
See Also
GPSUTCTIME
Group
Generic GPS Functions
Declaration
GPSERROR
GPSAPI
GpsGetTime
(
PGPSUTCTIME
pgutcTime);
File
gpsapi.h
Links
gpsapi.h
,
Generic GPS Functions
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index