PNDEVSTATE

This structure stores the Positioning and Navigation device state and the time it last updated.

Syntax

typedef struct tagPNDEVSTATE{
DWORD
dwStructureSize;
PNTIME
tiTime;
PNDeviceState_t
dsState;
PNAVDEVSTATE
dsAvState;
DWORD
dwPNReserved;
} PNDEVSTATE;

Members

dwStructureSize
Specifies the size, in bytes, of the structure
tiTime
Time of the last update
dsState
Device state
dsAvState
Indicates valid and invalid dsState elements
dwPNReserved
Reserved for future use