vJoyInterfaceWrap.vJoy._DriverMatch C# (CSharp) 메소드

_DriverMatch() 개인적인 메소드

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