PNAVINDSTATION

This structure indicates valid and invalid PNINDSTATION.

Syntax

typedef struct tagPNAVINDSTATION{
DWORD
dwStructureSize;
DWORD
dwAv1;
DWORD
dwPNReserved;
} PNAVINDSTATION;

Members

dwStructureSize
Specifies the size, in bytes, of the PNAVINDSTATION structure
dwAv1
Specifies bit flags, one for each element in the corresponding PNINDSTATION structure, that indicate if an element is available. The bit flags defined for the PNAVINDSTATION structure are described in the following table.
Flag
Bit
Description
PN_ASI_STATE 0 Station state is valid or invalid.
PN_ASI_STATIONIDNUM 1 Station identification number is valid or invalid.
PN_ASI_USED 2 The fUsed member is valid or invalid.
PN_ASI_ELEVATION 3 Satellite elevation is valid or invalid.
PN_ASI_SATAZIMUTH 4 Satellite azimuth is valid or invalid.
PN_ASI_SIGNALSTRENGTH 5 Signal strength is valid or invalid.
PN_ASI_COVERAGE 6 Unsupported
Reserved for future use 7-31  

dwPNReserved
Reserved for future use