Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Dinstall.c2200 IN PCSTR SourceInfFileName, in SetupCopyOEMInfA() argument
2217 SourceInfFileName, OEMSourceMediaLocation, OEMSourceMediaType, in SetupCopyOEMInfA()
2309 IN PCWSTR SourceInfFileName, in SetupCopyOEMInfW() argument
2325 if (!SourceInfFileName) in SetupCopyOEMInfW()
2356 if (strchrW(SourceInfFileName, '\\' ) || strchrW(SourceInfFileName, '/' )) in SetupCopyOEMInfW()
2360 if (!(len = GetFullPathNameW(SourceInfFileName, 0, NULL, NULL))) in SetupCopyOEMInfW()
2367 GetFullPathNameW(SourceInfFileName, len, path, NULL); in SetupCopyOEMInfW()
2389 strcatW(p, SourceInfFileName); in SetupCopyOEMInfW()
2397 strcatW(p, SourceInfFileName); in SetupCopyOEMInfW()
2521 if (!CopyFileW(SourceInfFileName, pFullFileName, TRUE)) in SetupCopyOEMInfW()
[all …]
/reactos/sdk/include/psdk/
H A Dsetupapi.h1241 _In_ PCSTR SourceInfFileName,
1254 _In_ PCWSTR SourceInfFileName,