Searched refs:strFile (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/include/dxsdk/ |
H A D | dxerr8.h | 11 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 D | dxerr9.h | 11 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 D | CZipCreator.cpp | 278 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 D | main.cpp | 657 CStringW& strFile = registrySettings.strFiles[iItem]; in ProcessFileMenu() local 658 if (strFile.IsEmpty()) in ProcessFileMenu() 663 CPath pathFile(strFile); in ProcessFileMenu()
|