G
Guest
From other postings I am of the impression that C# does not support #define
directives for the purposes of defining bit mask definitions such as the
following...
#define val10x00000001
#define PermPSSUser 0x00000002
#define PermBackupUser 0x00000004
directives for the purposes of defining bit mask definitions such as the
following...
#define val10x00000001
#define PermPSSUser 0x00000002
#define PermBackupUser 0x00000004