Home
last modified time | relevance | path

Searched refs:SP_COPY_DELETESOURCE (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/setupapi/
H A Dinstall.c2329 …else if (CopyStyle & ~(SP_COPY_DELETESOURCE | SP_COPY_REPLACEONLY | SP_COPY_NOOVERWRITE | SP_COPY_… in SetupCopyOEMInfW()
2331 …TRACE("Unknown flags: 0x%08lx\n", CopyStyle & ~(SP_COPY_DELETESOURCE | SP_COPY_REPLACEONLY | SP_CO… in SetupCopyOEMInfW()
2545 if (CopyStyle & SP_COPY_DELETESOURCE) in SetupCopyOEMInfW()
H A Dqueue.c1225 if (style & SP_COPY_DELETESOURCE) in do_file_copyW()
/reactos/modules/rostests/winetests/setupapi/
H A Dmisc.c314 res = pSetupCopyOEMInfA(path, NULL, SPOST_NONE, SP_COPY_DELETESOURCE, NULL, 0, NULL, NULL); in test_SetupCopyOEMInf()
/reactos/sdk/include/psdk/
H A Dsetupapi.h476 #define SP_COPY_DELETESOURCE 0x0000001 macro