LinksPoint GPS Toolkit Reference
GpsGetUTMCoordinates
gpsapi.h | Generic GPS Functions | See Also
Retrieves the current UTM coordinates in reference to the returned UTM zone.
Parameters
Parameters Description
long * plEasting Pointer to a long value representing the UTM Easting in meters.
long * plNorthing Pointer to a long value representing the UTM Northing in meters.
short * psZone Pointer to a short representing the UTM zone number being referenced by plEasting and plNorthing values.
Return Value
If the receiver has been successfully initialized, then the return value will be GPSERROR_NONE. Otherwise the return value will be GPSERROR_INVALID_PARAMETER.

See Also
Group
Declaration
GPSERROR GPSAPI GpsGetUTMCoordinates(long * plEasting, long * plNorthing, short * psZone);
File
Links
Copyright ©1998-2005 Links Point Inc.