This structure stores the Positioning and Navigation device state and the time it last updated.
typedef struct tagPNDEVSTATE{
DWORD dwStructureSize;
PNTIME tiTime;
PNDeviceState_t dsState;
PNAVDEVSTATE dsAvState;
DWORD dwPNReserved;
} PNDEVSTATE;