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