DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DirectX OBSOLETE Setup Flags (for compatibility)

Macros

#define DSETUP_DDRAW   0x00000001
 OBSOLETE. install DirectDraw
More...
 
#define DSETUP_DSOUND   0x00000002
 OBSOLETE. install DirectSound
More...
 
#define DSETUP_DPLAY   0x00000004
 OBSOLETE. install DirectPlay
More...
 
#define DSETUP_DPLAYSP   0x00000020
 OBSOLETE. install DirectPlay Providers. More...
 
#define DSETUP_DVIDEO   0x00000040
 OBSOLETE. install DirectVideo
More...
 
#define DSETUP_D3D   0x00000200
 OBSOLETE. install Direct3D
More...
 
#define DSETUP_DINPUT   0x00000800
 OBSOLETE. install DirectInput
More...
 
#define DSETUP_DIRECTXSETUP   0x00001000
 OBSOLETE. install DirectXSetup DLL's
More...
 
#define DSETUP_NOUI   0x00002000
 OBSOLETE. install DirectX with NO UI
More...
 
#define DSETUP_PROMPTFORDRIVERS   0x10000000
 OBSOLETE. prompt when replacing display/audio drivers. More...
 
#define DSETUP_RESTOREDRIVERS   0x20000000
 

Detailed Description

These OBSOLETE flags are here for compatibility with pre-DX5 apps only. They are present to allow DX3 apps to be recompiled with DX5 and still work. DO NOT USE THEM for DX5. They will go away in future DX releases.

Macro Definition Documentation

◆ DSETUP_D3D

#define DSETUP_D3D   0x00000200

OBSOLETE. install Direct3D

◆ DSETUP_DDRAW

#define DSETUP_DDRAW   0x00000001

OBSOLETE. install DirectDraw

◆ DSETUP_DINPUT

#define DSETUP_DINPUT   0x00000800

OBSOLETE. install DirectInput

◆ DSETUP_DIRECTXSETUP

#define DSETUP_DIRECTXSETUP   0x00001000

OBSOLETE. install DirectXSetup DLL's

◆ DSETUP_DPLAY

#define DSETUP_DPLAY   0x00000004

OBSOLETE. install DirectPlay

◆ DSETUP_DPLAYSP

#define DSETUP_DPLAYSP   0x00000020

OBSOLETE. install DirectPlay Providers.

◆ DSETUP_DSOUND

#define DSETUP_DSOUND   0x00000002

OBSOLETE. install DirectSound

◆ DSETUP_DVIDEO

#define DSETUP_DVIDEO   0x00000040

OBSOLETE. install DirectVideo

◆ DSETUP_NOUI

#define DSETUP_NOUI   0x00002000

OBSOLETE. install DirectX with NO UI

◆ DSETUP_PROMPTFORDRIVERS

#define DSETUP_PROMPTFORDRIVERS   0x10000000

OBSOLETE. prompt when replacing display/audio drivers.

◆ DSETUP_RESTOREDRIVERS

#define DSETUP_RESTOREDRIVERS   0x20000000

OBSOLETE. restore display/audio drivers