2.3.6 AT_ENUM
The format of the AT_ENUM structure is almost identical to the AT_INFO structure with only the addition of the JobId field:
-
typedef struct _AT_ENUM { DWORD JobId; DWORD_PTR JobTime; DWORD DaysOfMonth; unsigned char DaysOfWeek; unsigned char Flags; wchar_t* Command; } AT_ENUM, *PAT_ENUM, *LPAT_ENUM;
JobId: Identifier of the task. This is a 32-bit integer that uniquely identifies the AT job in the server system.
All other fields are interpreted according to the corresponding specification given in AT_INFO (section 2.3.4) for all other fields.