View Single Post
  #4  
Old 14-03-2016, 11:32
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Changes v.0.0.9.2:
  • GetDirectXVersion function prototype changes.
Code:
const
  Dx_Gpu = 1; // DirectX supported by GPU
  Dx_Sys = 2; // DirectX installed on system

function GetDirectXVersion(const F_Dx: integer): Pansichar; external 'GetDirectXVersion@files:Isab.dll stdcall delayload';
Windows 7 Ultimate x64:

W7.PNG

Windows 10 Pro x64:

W10.JPG
Attached Files
File Type: 7z GetSysInfo_GetDirectXVersion.7z (620.2 KB, 79 views)
Reply With Quote
The Following 4 Users Say Thank You to peterf1999 For This Useful Post:
altef_4 (16-03-2016), arkantos7 (15-03-2016), BAMsE (23-03-2016), y_thelastknight (07-04-2016)