Esempio n. 1
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(
     IntPtr hWndParent,
     string hardwareId,
     string fullInfPath,
     INSTALLFLAG installFlags,
     out bool rebootRequired
 );
Esempio n. 2
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(
     IntPtr hWndParent,
     string hardwareId,
     string fullInfPath,
     INSTALLFLAG installFlags,
     out bool rebootRequired
     );
Esempio n. 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);
Esempio n. 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);