Searched refs:cchMax (Results 1 – 6 of 6) sorted by relevance
/trunk/main/svl/source/svdde/ |
H A D | ddewrap.cxx | 62 DWORD WINAPI DdeQueryStringW_9x( DWORD idInst, HSZ hsz, LPWSTR pszString, DWORD cchMax, int ) in DdeQueryStringW_9x() argument 67 pszANSIString = cchMax ? (LPSTR)HeapAlloc( GetProcessHeap(), 0, cchMax * sizeof(CHAR) ) : NULL; in DdeQueryStringW_9x() 69 dwResult = DdeQueryStringA( idInst, hsz, pszANSIString, cchMax, CP_WINANSI ); in DdeQueryStringW_9x() 72 MultiByteToWideChar( CP_ACP, 0, pszANSIString, -1, pszString, cchMax ); in DdeQueryStringW_9x()
|
H A D | ddewrap.hxx | 29 typedef DWORD (WINAPI *DdeQueryStringW_PROC)( DWORD idInst, HSZ hsz, LPWSTR pszString, DWORD cchMax…
|
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | PathCompactPathExW.cpp | 33 UINT cchMax, 38 char* pOutA = (LPSTR)_alloca( cchMax * sizeof(CHAR) ); 39 BOOL bret = PathCompactPathExA(pOutA, lpPathA, cchMax, dwFlags); 40 MultiByteToWideChar(CP_ACP, 0, pOutA, -1, pszOut, (int) cchMax);
|
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 475 …LPWSTR pszPathBuffer, DWORD cchMax, DWORD *pdwPriority, const SIZE *prgSize, DWORD dwRecClrDepth, … in GetLocation() argument 485 wcsncpy(pszPathBuffer, filename_.c_str(), cchMax); in GetLocation()
|
/trunk/main/shell/inc/internal/ |
H A D | thumbviewer.hxx | 70 DWORD cchMax,
|
/trunk/main/graphite/ |
H A D | graphite-2.3.1.patch | 471 -void GrEngine::RecordFontRunError(OLECHAR * prgchwErrMsg, int cchMax, GrResult res) 472 +void GrEngine::RecordFontRunError(OLECHAR * prgchwErrMsg, int cchMax, GrResult /*res*/) 474 if (prgchwErrMsg == NULL || cchMax == 0) 1868 - virtual gr::GrResult getFaceName(int ich, unsigned int cchMax, 1869 + virtual gr::GrResult getFaceName(int /*ich*/, unsigned int /*cchMax*/,
|
Completed in 31 milliseconds