Leaked source code of windows server 2003
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.

17 lines
413 B

  1. // Copyright (c) 1996-1999 Microsoft Corporation
  2. // Not used in the production code.
  3. typedef enum _EnumMunge
  4. {
  5. MUNGE_MACHINE_ID = 1,
  6. MUNGE_VOLUME_SECRET
  7. } EnumMunge;
  8. #define MUNGELOG_CB_MACHINEID 16
  9. #define MUNGELOG_CB_VOLSECRET 16
  10. #define MUNGELOG_MACHINEID_OFFSET ( 6 * 4 )
  11. #define MUNGELOG_VOLSECRET_OFFSET ( MUNGELOG_MACHINEID_OFFSET + 2*MUNGELOG_CB_MACHINEID )