Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dnewdev.h46 LPCSTR FullInfPath,
55 LPCWSTR FullInfPath,
H A Dsetupapi.h1109 CHAR FullInfPath[MAX_PATH]; member
1114 WCHAR FullInfPath[MAX_PATH]; member
/reactos/dll/win32/newdev/
H A Dnewdev.c44 IN LPCWSTR FullInfPath, in UpdateDriverForPlugAndPlayDevicesW() argument
59 hwndParent, debugstr_w(HardwareId), debugstr_w(FullInfPath), InstallFlags, bRebootRequired); in UpdateDriverForPlugAndPlayDevicesW()
168 if (!SearchDriver(&DevInstData, NULL, FullInfPath)) in UpdateDriverForPlugAndPlayDevicesW()
210 IN LPCSTR FullInfPath, in UpdateDriverForPlugAndPlayDevicesA() argument
227 len = MultiByteToWideChar(CP_ACP, 0, FullInfPath, -1, NULL, 0); in UpdateDriverForPlugAndPlayDevicesA()
235 MultiByteToWideChar(CP_ACP, 0, FullInfPath, -1, FullInfPathW, len); in UpdateDriverForPlugAndPlayDevicesA()
/reactos/dll/cpl/mmsys/
H A Dmmsys.c95 _In_ LPCWSTR FullInfPath,