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

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