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.
15 lines
319 B
15 lines
319 B
//
|
|
// MMCSample.h
|
|
//
|
|
// Contains header information for HTML API calls
|
|
// so that our sample MMC snap-ins can find help information
|
|
//
|
|
#define HELP_STEPONE 101
|
|
#define HELP_STEPTWO 102
|
|
#define HELP_STEPTHREE 103
|
|
#define HELP_STEPFOUR 104
|
|
|
|
#define HELP_DEFAULT 0
|
|
#define HELP_INTRO 1
|
|
|
|
|