Searched refs:pcch (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/msctf/ |
H A D | range.c | 106 DWORD dwFlags, WCHAR *pchText, ULONG cchMax, ULONG *pcch) in Range_GetText() argument 146 LONG cchReq, LONG *pcch, const TF_HALTCOND *pHalt) in Range_ShiftStart() argument 154 LONG cchReq, LONG *pcch, const TF_HALTCOND *pHalt) in Range_ShiftEnd() argument
|
/reactos/dll/win32/shell32/ |
H A D | precomp.h | 240 Shell_ParseSpecialFolder(_In_ LPCWSTR pszStart, _Out_ LPWSTR *ppch, _Out_ INT *pcch);
|
/reactos/sdk/include/psdk/ |
H A D | msctf.idl | 1335 [out, size_is(cchMax), length_is(*pcch)] WCHAR *pchText, 1337 [out] ULONG *pcch); 1363 [out] LONG *pcch, 1369 [out] LONG *pcch, 1453 [out] LONG *pcch);
|
H A D | tom.idl | 355 HRESULT GetStoryLength([retval, out]LONG *pcch);
|
H A D | mshtml.idl | 18794 [in, out] LONG *pcch, 18795 [out, size_is(*pcch)] OLECHAR *pchText); 18801 [in, out] LONG *pcch, 18802 [out, size_is(*pcch)] OLECHAR *pchText);
|
/reactos/dll/win32/shell32/wine/ |
H A D | shellpath.c | 1859 INT Shell_ParseSpecialFolder(_In_ LPCWSTR pszStart, _Out_ LPWSTR *ppch, _Out_ INT *pcch) in Shell_ParseSpecialFolder() argument 1868 *pcch = (pchBackslash - pszStart) + 1; in Shell_ParseSpecialFolder() 1869 StrCpyNW(szPath, pszStart, min(*pcch, _countof(szPath))); in Shell_ParseSpecialFolder() 1875 *pcch = lstrlenW(pszStart); in Shell_ParseSpecialFolder()
|