17 lines
690 B
C
17 lines
690 B
C
|
// 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
|
||
|
|