I should know this... sigh...
First, the definition:
typedef struct _task {
unsigned effective_date;
unsigned expiration_date;
FILETEST filetest;
BOOL bPrevjob;
char warning_time;
char snooze_time;
} TASK, *PTASK;
Now, the variables:
static FILETEST fTest; // local dialog working...