vJoyInterfaceWrap.vJoy._Ffb_h_Eff_Const C# (CSharp) Method

_Ffb_h_Eff_Const() private method

private _Ffb_h_Eff_Const ( IntPtr Packet, FFB_EFF_CONST &Effect ) : UInt32
Packet IntPtr
Effect FFB_EFF_CONST
return UInt32
        private static extern UInt32 _Ffb_h_Eff_Const(IntPtr Packet, ref FFB_EFF_CONST Effect);
#pragma warning restore 618