Thema: Delphi Treiber Handling

Einzelnen Beitrag anzeigen

nanix
(Gast)

n/a Beiträge
 
#4

Re: Treiber Handling

  Alt 24. Dez 2009, 10:14
Who said this is an driver?This is a unit to install and uninstall the driver

How would this look in delphi?

Zitat:
NTSTATUS WritePciConfig(
void *lpInBuffer,
ULONG nInBufferSize,
void *lpOutBuffer,
ULONG nOutBufferSize,
ULONG *lpBytesReturned
);

Function WritePCIConfig(.......
  Mit Zitat antworten Zitat