Searched defs:lpszFileName (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapi.h55 LPSTR lpszFileName; member in struct:__anon1019
H A Dobjidl.h5774 LPOLESTR lpszFileName; member in union:tagSTGMEDIUM::__anon1095
5796 LPOLESTR lpszFileName; member in union:_userSTGMEDIUM::__anon1097::__anon1098
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapi.h55 LPSTR lpszFileName; member in struct:__anon13639
65 PWSTR lpszFileName; member in struct:__anon13640
H A Dobjidl.h5774 LPOLESTR lpszFileName; member in union:tagSTGMEDIUM::__anon13725
5796 LPOLESTR lpszFileName; member in union:_userSTGMEDIUM::__anon13727::__anon13728
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp186 typedef bool (*PFNVBOXNETCFG_ENUMERATION_CALLBACK) (LPCWSTR lpszFileName, PVOID pContext);
386 static bool vboxDrvCfgInfEnumerationCallback(LPCWSTR lpszFileName, PVOID pCtxt);
635 static bool vboxDrvCfgInfEnumerationCallback(LPCWSTR lpszFileName, PVOID pCtxt) argument
639 NonStandardLogRelCrap((__FUNCTION__": lpszFileName (%S)\n", lpszFileName));
641 HINF hInf = SetupOpenInfFileW(lpszFileName, pContext->InfInfo.lpszClassName, INF_STYLE_WIN4, NULL /*__in PUINT ErrorLine */);
665 if (!SetupUninstallOEMInfW(lpszFileName,
671 NonStandardLogRelCrap((__FUNCTION__ ": SetupUninstallOEMInf failed for file (%S), dwErr=%ld\n", lpszFileName, dwErr));

Completed in 261 milliseconds