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.
|
|
// header file that equates to the helpmap file.
// these mappings are hand-made so as not to collide
// with other mappings made in other projects that
// all use the main help file
#define HIDD_CERTMAP_MAIN_BASIC 0x50100
#define HIDD_CERTMAP_BASIC_MAP_ONE 0x50101
#define HIDD_CERTMAP_BASIC_MAP_MANY 0x50102
#define HIDD_CERTMAP_MAIN_ADVANCED 0x50110
#define HIDD_CERTMAP_ADV_RUL_GENERAL 0x50111
#define HIDD_CERTMAP_ADV_RUL_RULES 0x50112
#define HIDD_CERTMAP_ADV_RUL_MAPPING 0x50113
#define HIDD_CERTMAP_RUL_ELEMENT 0x50114
#define HIDD_CERTMAP_SELECT_ISSUERS 0x50115
|