Home
last modified time | relevance | path

Searched refs:SP_COPY_NEWER_ONLY (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/setupapi/
H A Dqueue.c1106 if (style & (SP_COPY_NEWER_OR_SAME | SP_COPY_NEWER_ONLY | SP_COPY_FORCE_NEWER)) in do_file_copyW()
1187 else if ((style & SP_COPY_NEWER_ONLY) && in do_file_copyW()
/reactos/sdk/include/psdk/
H A Dsetupapi.h493 #define SP_COPY_NEWER_ONLY 0x0010000 macro