| |
|
|
| KompilierenMarkierenSeparierenSource wurde am 15.07.2007 aus der MMJ-Quellcodesammlung (Dietmar Horn) in die Babyklappe auf XProfan.Com abgelegt:
Systemsteuerung: System
declare _cpl$
let _cpl$= Control_RunDLL SYSDM.CPL,,0 (Allgemein)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL SYSDM.CPL,,1 (Geräte-Manager)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL SYSDM.CPL,,2 (Hardware-Profil)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
let _cpl$= Control_RunDLL SYSDM.CPL,,3 (Leistungsmerkmale)
@winexec(add$(RUNDLL32 SHELL32.DLL,,_cpl$),1)
|
|
|
| |
|
|