Searched refs:DriverPath (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Installer/
H A DVBoxGuestDrvInst.cpp111 DI_ENUMSINGLEINF; /* .DriverPath specifies an inf file */
115 wsprintf(DeviceInstallParams.DriverPath,
217 wsprintf(DeviceInstallParams.DriverPath,
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2702 memset(DeviceInstallParams.DriverPath, 0, sizeof(DeviceInstallParams.DriverPath));
2704 if (pathLenght < sizeof(DeviceInstallParams.DriverPath)/sizeof(DeviceInstallParams.DriverPath[0]))
2706 memcpy(DeviceInstallParams.DriverPath, pInfPath, pathLenght*sizeof(DeviceInstallParams.DriverPath[0]));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h234 CHAR DriverPath[MAX_PATH]; member in struct:_SP_DEVINSTALL_PARAMS_A
248 WCHAR DriverPath[MAX_PATH]; member in struct:_SP_DEVINSTALL_PARAMS_W
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h233 CHAR DriverPath[MAX_PATH]; member in struct:_SP_DEVINSTALL_PARAMS_A
247 WCHAR DriverPath[MAX_PATH]; member in struct:_SP_DEVINSTALL_PARAMS_W

Completed in 80 milliseconds