vJoyInterfaceWrap.vJoy._DriverMatch C# (CSharp) Méthode

_DriverMatch() private méthode

private _DriverMatch ( UInt32 &DllVer, UInt32 &DrvVer ) : bool
DllVer UInt32
DrvVer UInt32
Résultat bool
        private static extern bool _DriverMatch(ref UInt32 DllVer, ref UInt32 DrvVer);