PNAVTM

This structure indicates valid and invalid PNTM elements.

Syntax

typedef struct tagPNAVTM
{
DWORD
dwStructureSize;
DWORD
dwAv1;
DWORD
dwPNReserved;
} PNAVTM;

Members

dwStructureSize
Specifies the size, in bytes, of the PNAVTM structure.
dwAv1
Specifies bit flags, one for each element in the corresponding PNTM structure, that indicate whether an element is available. The bit flags defined for the PNAVTM structure are described in the following table.
Flag
Bit
Description
PN_ATM_MILLISEC 0 Millisecond is valid or invalid.
PN_ATM_DAY 1 Day is valid or invalid.
Reserved for future use 2-31  

dwPNReserved
Reserved for future use