FREQUENCY

This structure describes a frequency.

Syntax

typedef struct _FREQUENCY {
DWORD
dwFreqValue;
DWORD
dwFreqUnit;
} FREQUENCY, *PFREQUENCY;

Members

dwFreqValue
Specifies the frequency value. The units used are specified by dwFreqUnit.
dwFreqUnit
Specifies the frequency units. It is one of the following flags:
FREQ_IN_HZ
Frequency is in units of hertz.
FREQ_IN_KHZ
Frequency is in units of kilohertz.
FREQ_IN_MHZ
Frequency is in units of megahertz.
FREQ_IN_GHZ
Frequency is in units of gigahertz.