TOAPI.Setup.setup.SetupDiGetDeviceInstanceId C# (CSharp) Method

SetupDiGetDeviceInstanceId() private method

private SetupDiGetDeviceInstanceId ( IntPtr DeviceInfoSet, SP_DEVINFO_DATA &DeviceInfoData, StringBuilder DeviceInstanceId, Int32 DeviceInstanceIdSize, Int32 &RequiredSize ) : Int32
DeviceInfoSet System.IntPtr
DeviceInfoData SP_DEVINFO_DATA
DeviceInstanceId StringBuilder
DeviceInstanceIdSize System.Int32
RequiredSize System.Int32
return System.Int32
        public static extern Int32 SetupDiGetDeviceInstanceId(IntPtr DeviceInfoSet,
            ref SP_DEVINFO_DATA DeviceInfoData,
            StringBuilder DeviceInstanceId, Int32 DeviceInstanceIdSize, ref Int32 RequiredSize);