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

SetupDiEnumDeviceInterfaces() private method

private SetupDiEnumDeviceInterfaces ( IntPtr DeviceInfoSet, IntPtr DeviceInfoData, System.Guid &InterfaceClassGuid, Int32 MemberIndex, SP_DEVICE_INTERFACE_DATA &DeviceInterfaceData ) : System.Boolean
DeviceInfoSet System.IntPtr
DeviceInfoData System.IntPtr
InterfaceClassGuid System.Guid
MemberIndex System.Int32
DeviceInterfaceData SP_DEVICE_INTERFACE_DATA
return System.Boolean
        public static extern Boolean SetupDiEnumDeviceInterfaces(
            IntPtr DeviceInfoSet, 
            IntPtr DeviceInfoData, 
            ref Guid InterfaceClassGuid, 
            Int32 MemberIndex, 
            ref SP_DEVICE_INTERFACE_DATA DeviceInterfaceData);