PNPOSITION

This structure stores the position and time at which this position was found.

Syntax

typedef struct tagPNPOSITION{
DWORD
dwStructureSize;
PNTIME
tiTime;
PNPOSLLA
psPosition;
PNAVPOSLLA
psAvPosition;
DWORD
dwPNReserved;
} PNPOSITION;

Members

dwStructureSize
Specifies the size, in bytes, of the PNPOSITION structure
tiTime
Specifies the time the position was acquired
psPosition
Specifies the position of the vehicle containing the GPS device
psAvPosition
Specifies which PNPOSLLA elements are valid
dwPNReserved
Reserved for future use