12 lines
644 B
C
12 lines
644 B
C
|
//*********************************************************************
|
||
|
//* Microsoft Windows **
|
||
|
//* Copyright(c) Microsoft Corp., 1993 **
|
||
|
//*********************************************************************
|
||
|
|
||
|
#define AD_SUCCESS 0x0000 // no error
|
||
|
#define AD_ADMNOTFOUND 0x0001 // template file not found
|
||
|
#define AD_ADMLOADERR 0x0002 // template file can't be loaded or parsed
|
||
|
#define AD_POLLOADERR 0x0003 // policy file can't be loaded or created
|
||
|
#define AD_POLSAVEERR 0x0004 // policy file can't be saved
|
||
|
#define AD_OUTOFMEMORY 0x0005 // out of memory
|