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

SetupDiGetClassDevsEx() private method

private SetupDiGetClassDevsEx ( IntPtr ClassGuid, [ enumerator, IntPtr hwndParent, Int32 Flags, IntPtr DeviceInfoSet, [ MachineName, IntPtr Reserved ) : IntPtr
ClassGuid System.IntPtr
enumerator [
hwndParent System.IntPtr
Flags System.Int32
DeviceInfoSet System.IntPtr
MachineName [
Reserved System.IntPtr
return System.IntPtr
        public static extern IntPtr SetupDiGetClassDevsEx(IntPtr ClassGuid,
            [MarshalAs(UnmanagedType.LPStr)]String enumerator,
            IntPtr hwndParent, Int32 Flags, IntPtr DeviceInfoSet,
            [MarshalAs(UnmanagedType.LPStr)]String MachineName, IntPtr Reserved);