Skip to content

dsetup.dll or libdsetup.so

Eduardo P. Gomez edited this page Jul 26, 2023 · 4 revisions

DirectX Setup API (Legacy code for DX9 maybe).

Completed functions

Partially completed functions

Not complete (add here)

int DirectXSetupGetVersion(DWORD*, DWORD*)

This file set the parameters to the version and revision code for DirectX respectively and returns 1 (?). Below its an detailed set of values represented in OpenDX for each implementation:

DirectX version code revision code Status
7 - XP 0x00040007 0x00000700 Undone
8 - XP/ME To discover To discover Undone
9 - XP-7 To discover To discover To Do
10 - VISTA To discover To discover To Do
11 - 7-10 To discover To discover To Do
12 - 10-11 To discover To discover To Do

Note: OpenDX will fallback to 0 for unknown codes.