DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DirectX Setup Flags

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
 

Detailed Description

DirectX 5.0 apps should use these flags only.

Macro Definition Documentation

◆ DSETUP_DDRAWDRV

#define DSETUP_DDRAWDRV   0x00000008

Installs display drivers provided by Microsoft.

◆ DSETUP_DIRECTX

#define DSETUP_DIRECTX   (DSETUP_DXCORE|DSETUP_DDRAWDRV|DSETUP_DSOUNDDRV)

Installs DirectX runtime components as well as DirectX-compatible display and audio drivers.

◆ DSETUP_DSOUNDDRV

#define DSETUP_DSOUNDDRV   0x00000010

Installs audio drivers provided by Microsoft.

◆ DSETUP_DXCORE

#define DSETUP_DXCORE   0x00010000

Installs DirectX runtime components. Does not install DirectX-compatible display and audio drivers.

◆ DSETUP_TESTINSTALL

#define DSETUP_TESTINSTALL   0x00020000

Performs a test installation. Does not actually install new components.