15 lines
319 B
C
15 lines
319 B
C
//
|
|
// 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
|
|
|
|
|