Home
last modified time | relevance | path

Searched refs:DI_NOFILECOPY (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/setupapi/
H A Ddevinst.c4515 DI_NOFILECOPY | /* 0x01000000 */ in CheckDeviceInstallParameters()
5282 if (!(InstallParams.Flags & DI_NOFILECOPY)) in SetupDiRegisterCoDeviceInstallers()
5535 if (!(InstallParams.Flags & DI_NOFILECOPY)) in SetupDiInstallDevice()
5550 InstallParams.Flags |= DI_NOFILECOPY; in SetupDiInstallDevice()
H A Ddriver.c2175 InstallParams.Flags |= DI_NOFILECOPY; in SetupDiInstallDriverFiles()
/reactos/sdk/include/psdk/
H A Dsetupapi.h69 #define DI_NOFILECOPY 0x01000000 macro