Пример #1
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(
     IntPtr hWndParent,
     string hardwareId,
     string fullInfPath,
     INSTALLFLAG installFlags,
     out bool rebootRequired
 );
Пример #2
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(
     IntPtr hWndParent,
     string hardwareId,
     string fullInfPath,
     INSTALLFLAG installFlags,
     out bool rebootRequired
     );
Пример #3
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(IntPtr hwndParent, [In, MarshalAs(UnmanagedType.LPTStr)] string HardwareId, [In, MarshalAs(UnmanagedType.LPTStr)] string FullInfPath, INSTALLFLAG InstallFlags, IntPtr bRebootRequired);
Пример #4
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(IntPtr hwndParent,[In,MarshalAs(UnmanagedType.LPTStr)] string HardwareId,[In,MarshalAs(UnmanagedType.LPTStr)] string FullInfPath,INSTALLFLAG InstallFlags,IntPtr bRebootRequired);