Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
644 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1993 **
  4. //*********************************************************************
  5. #define AD_SUCCESS 0x0000 // no error
  6. #define AD_ADMNOTFOUND 0x0001 // template file not found
  7. #define AD_ADMLOADERR 0x0002 // template file can't be loaded or parsed
  8. #define AD_POLLOADERR 0x0003 // policy file can't be loaded or created
  9. #define AD_POLSAVEERR 0x0004 // policy file can't be saved
  10. #define AD_OUTOFMEMORY 0x0005 // out of memory