|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
Modules | |
| DirectX OBSOLETE Setup Flags (for compatibility) | |
Macros | |
| #define | DSETUP_DDRAWDRV 0x00000008 |
| Installs display drivers provided by Microsoft. More... | |
| #define | DSETUP_DSOUNDDRV 0x00000010 |
| Installs audio drivers provided by Microsoft. More... | |
| #define | DSETUP_DXCORE 0x00010000 |
| Installs DirectX runtime components. Does not install DirectX-compatible display and audio drivers. More... | |
| #define | DSETUP_DIRECTX (DSETUP_DXCORE|DSETUP_DDRAWDRV|DSETUP_DSOUNDDRV) |
| Installs DirectX runtime components as well as DirectX-compatible display and audio drivers. More... | |
| #define | DSETUP_TESTINSTALL 0x00020000 |
DirectX 5.0 apps should use these flags only.
| #define DSETUP_DDRAWDRV 0x00000008 |
Installs display drivers provided by Microsoft.
| #define DSETUP_DIRECTX (DSETUP_DXCORE|DSETUP_DDRAWDRV|DSETUP_DSOUNDDRV) |
Installs DirectX runtime components as well as DirectX-compatible display and audio drivers.
| #define DSETUP_DSOUNDDRV 0x00000010 |
Installs audio drivers provided by Microsoft.
| #define DSETUP_DXCORE 0x00010000 |
Installs DirectX runtime components. Does not install DirectX-compatible display and audio drivers.
| #define DSETUP_TESTINSTALL 0x00020000 |
Performs a test installation. Does not actually install new components.