Headers diff for newdev.dll between 6.0.5054.0-Windows 8.1 and 6.0.5054.0-Windows 10 1511 10586.494 versions



 newdev.h (6.0.5054.0-Windows 8.1)   newdev.h (6.0.5054.0-Windows 10 1511 10586.494) 
skipping to change at line 74 skipping to change at line 74
#endif #endif
#endif // (WINVER >= _WIN32_WINNT_WIN2K) #endif // (WINVER >= _WIN32_WINNT_WIN2K)
#if (WINVER >= _WIN32_WINNT_LONGHORN) #if (WINVER >= _WIN32_WINNT_LONGHORN)
// //
// Flags for DiInstallDevice // Flags for DiInstallDevice
// //
#define DIIDFLAG_SHOWSEARCHUI 0x00000001 // Show search UI if no drivers can be found. #define DIIDFLAG_SHOWSEARCHUI 0x00000001 // Show search UI if no drivers can be found.
#define DIIDFLAG_NOFINISHINSTALLUI 0x00000002 // Do NOT show the finis h install UI. #define DIIDFLAG_NOFINISHINSTALLUI 0x00000002 // Do NOT show the finis h install UI.
#define DIIDFLAG_INSTALLNULLDRIVER 0x00000004 // Install the NULL driv er on this device. #define DIIDFLAG_INSTALLNULLDRIVER 0x00000004 // Install the NULL driv er on this device.
#define DIIDFLAG_BITS 0x00000007 #define DIIDFLAG_INSTALLCOPYINFDRIVERS 0x00000008 // Install any extra INF
s specified via CopyInf directive.
#define DIIDFLAG_BITS 0x0000000F
BOOL BOOL
WINAPI WINAPI
DiInstallDevice( DiInstallDevice(
_In_opt_ HWND hwndParent, _In_opt_ HWND hwndParent,
_In_ HDEVINFO DeviceInfoSet, _In_ HDEVINFO DeviceInfoSet,
_In_ PSP_DEVINFO_DATA DeviceInfoData, _In_ PSP_DEVINFO_DATA DeviceInfoData,
_In_opt_ PSP_DRVINFO_DATA DriverInfoData, _In_opt_ PSP_DRVINFO_DATA DriverInfoData,
_In_ DWORD Flags, _In_ DWORD Flags,
_Out_opt_ PBOOL NeedReboot _Out_opt_ PBOOL NeedReboot
 End of changes. 1 change blocks. 
1 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41.