CONFIGUREDEXPERT structure
The CONFIGUREDEXPERT structure associates an expert with its configuration data.
Syntax
typedef struct {
HEXPERT hExpert;
DWORD StartupFlags;
PEXPERTCONFIG pConfig;
} CONFIGUREDEXPERT, *PCONFIGUREDEXPERT;
Members
-
hExpert
-
Handle to an expert.
-
StartupFlags
-
Startup flag values of the expert.
-
pConfig
-
Pointer to an EXPERTCONFIG structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|