TOAPI.Setup.setup.SetupDiEnumDeviceInfo C# (CSharp) 메소드

SetupDiEnumDeviceInfo() 개인적인 메소드

private SetupDiEnumDeviceInfo ( IntPtr DeviceInfoSet, Int32 MemberIndex, SP_DEVINFO_DATA &DeviceInterfaceData ) : Int32
DeviceInfoSet System.IntPtr
MemberIndex System.Int32
DeviceInterfaceData SP_DEVINFO_DATA
리턴 System.Int32
        public static extern Int32 SetupDiEnumDeviceInfo(IntPtr DeviceInfoSet,
            Int32 MemberIndex, ref SP_DEVINFO_DATA DeviceInterfaceData);