Typematic Rate and Delay data structure.
typedef struct _RATEDELAY { USHORT usDelay; /* Typematic delay. */ USHORT usRate; /* Typematic rate. */ } RATEDELAY; typedef RATEDELAY * PRATEDELAY ;