Exemple #1
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(
     IntPtr hWndParent,
     string hardwareId,
     string fullInfPath,
     INSTALLFLAG installFlags,
     out bool rebootRequired
 );
Exemple #2
0
 public static extern bool UpdateDriverForPlugAndPlayDevices(
     IntPtr hWndParent,
     string hardwareId,
     string fullInfPath,
     INSTALLFLAG installFlags,
     out bool rebootRequired
     );
Exemple #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);
 public static extern bool UpdateDriverForPlugAndPlayDevices(IntPtr hwndParent,[In,MarshalAs(UnmanagedType.LPTStr)] string HardwareId,[In,MarshalAs(UnmanagedType.LPTStr)] string FullInfPath,INSTALLFLAG InstallFlags,IntPtr bRebootRequired);