vJoyInterfaceWrap.vJoy._DriverMatch C# (CSharp) Method

_DriverMatch() private method

private _DriverMatch ( UInt32 &DllVer, UInt32 &DrvVer ) : bool
DllVer UInt32
DrvVer UInt32
return bool
        private static extern bool _DriverMatch(ref UInt32 DllVer, ref UInt32 DrvVer);