Go to the source code of this file.
Classes |
interface | IMgaResolver |
interface | IMgaRegistrar |
interface | IMgaLauncher |
interface | IMgaProgressDlg |
interface | IMgaComponentProxy |
interface | IMgaClosure |
interface | IMgaEventLogger |
Typedefs |
typedef enum mgautil_error | mgautil_error |
typedef enum regaccessmode_enum | regaccessmode_enum |
typedef enum edgesmoothmode_enum | edgesmoothmode_enum |
typedef enum fontsmoothmode_enum | fontsmoothmode_enum |
typedef enum metadlg_enum | metadlg_enum |
typedef enum componentdlg_enum | componentdlg_enum |
Enumerations |
enum | mgautil_error { E_MGAUTIL_COMPONENTPROXY_NOTINITIALIZED = 0x80737001
} |
enum | regaccessmode_enum {
REGACCESS_NONE = 0,
REGACCESS_USER = 1,
REGACCESS_SYSTEM = 2,
REGACCESS_PRIORITY = 5,
REGACCESS_BOTH = 3,
REGACCESS_TEST = 8
} |
enum | edgesmoothmode_enum { EdgeSmooth_NoSmooth = 0,
EdgeSmooth_HighSpeedMode = 1,
EdgeSmooth_HighQualityMode = 2
} |
enum | fontsmoothmode_enum {
FontSmooth_SystemDefault = 0,
FontSmooth_SingleBitPerPixelGridFit = 1,
FontSmooth_SingleBitPerPixel = 2,
FontSmooth_AntiAliasGridFit = 3,
FontSmooth_AntiAlias = 4,
FontSmooth_ClearTypeGridFit = 5
} |
enum | metadlg_enum { METADLG_NONE = 0x0000,
METADLG_NEWFILE = 0x0001,
METADLG_PARREG = 0x0002
} |
enum | componentdlg_enum { COMPONENTDLG_NONE = 0x0000,
COMPONENTDLG_INTERP = 0x0001
} |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
COMPONENTDLG_NONE |
|
COMPONENTDLG_INTERP |
|
Definition at line 527 of file MgaUtil.idl.
- Enumerator:
EdgeSmooth_NoSmooth |
|
EdgeSmooth_HighSpeedMode |
|
EdgeSmooth_HighQualityMode |
|
Definition at line 151 of file MgaUtil.idl.
- Enumerator:
FontSmooth_SystemDefault |
|
FontSmooth_SingleBitPerPixelGridFit |
|
FontSmooth_SingleBitPerPixel |
|
FontSmooth_AntiAliasGridFit |
|
FontSmooth_AntiAlias |
|
FontSmooth_ClearTypeGridFit |
|
Definition at line 157 of file MgaUtil.idl.
- Enumerator:
METADLG_NONE |
|
METADLG_NEWFILE |
|
METADLG_PARREG |
|
Definition at line 520 of file MgaUtil.idl.
- Enumerator:
E_MGAUTIL_COMPONENTPROXY_NOTINITIALIZED |
|
Definition at line 10 of file MgaUtil.idl.
- Enumerator:
REGACCESS_NONE |
|
REGACCESS_USER |
|
REGACCESS_SYSTEM |
|
REGACCESS_PRIORITY |
|
REGACCESS_BOTH |
|
REGACCESS_TEST |
|
Definition at line 140 of file MgaUtil.idl.