LibUsbDotNet.Internal.SetupApi.DeviceInterfaceDetailHelper.DeviceInterfaceDetailHelper C# (CSharp) Method

DeviceInterfaceDetailHelper() public method

public DeviceInterfaceDetailHelper ( int maximumLength ) : System
maximumLength int
return System
            public DeviceInterfaceDetailHelper(int maximumLength)
            {
                mpStructure = Marshal.AllocHGlobal(maximumLength);
                mpDevicePath = new IntPtr(mpStructure.ToInt64() + Marshal.SizeOf(typeof (int)));
            }
SetupApi.DeviceInterfaceDetailHelper