I know but how exactly...i know becouse they are private only inside and not outside.
But i call it via
Delphi-Quellcode:
procedure tform1.load;
var
omc:tomcdrv;
begin
{omc.>what goes here to have > procedure GetPCIRDWord(dwBus, dwDev, dwFunc, offs: Byte; var pdata: DWord);
with pdata:dword and not pdata:cardinal becouse it wont work}
end;