Home
last modified time | relevance | path

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

/reactos/sdk/include/dxsdk/
H A Ddxerr8.h11 HRESULT WINAPI DXTraceA( const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bP…
15 HRESULT WINAPI DXTraceW( const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL b…
H A Ddxerr9.h11 HRESULT WINAPI DXTraceA( const char* strFile, DWORD dwLine, HRESULT hr, const char* strMsg, BOOL bP…
15 HRESULT WINAPI DXTraceW( const char* strFile, DWORD dwLine, HRESULT hr, const WCHAR* strMsg, BOOL b…
/reactos/dll/shellext/zipfldr/
H A DCZipCreator.cpp278 const CStringW& strFile = files[iFile]; in JustDoIt() local
281 if (!DoReadAllOfFile(strFile, contents, &zi)) in JustDoIt()
285 strTarget = strFile; in JustDoIt()
295 CStringA strNameInZip = DoGetNameInZip(strBaseName, strFile, nCodePage); in JustDoIt()
/reactos/base/applications/mspaint/
H A Dmain.cpp657 CStringW& strFile = registrySettings.strFiles[iItem]; in ProcessFileMenu() local
658 if (strFile.IsEmpty()) in ProcessFileMenu()
663 CPath pathFile(strFile); in ProcessFileMenu()