Searched refs:FullInfPath (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/psdk/ |
H A D | newdev.h | 46 LPCSTR FullInfPath, 55 LPCWSTR FullInfPath,
|
H A D | setupapi.h | 1109 CHAR FullInfPath[MAX_PATH]; member 1114 WCHAR FullInfPath[MAX_PATH]; member
|
/reactos/dll/win32/newdev/ |
H A D | newdev.c | 44 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 D | mmsys.c | 95 _In_ LPCWSTR FullInfPath,
|