AT_ENUM

The AT_ENUM structure defines... for more information, see AT_ENUM on Microsoft Developer Network (MSDN)

 typedef struct {
  DWORD JobId;
  DWORD_PTR JobTime;
  DWORD DaysOfMonth;
  UCHAR DaysOfWeek;
  UCHAR Flags;
  LPWSTR Command;
} AT_ENUM, 
 *PAT_ENUM, 
 *LPAT_ENUM;
 

Members

  • JobId

  • JobTime

  • DaysOfMonth

  • DaysOfWeek

  • Flags

  • Command