Home
last modified time | relevance | path

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

/reactos/sdk/lib/cicero/
H A Dcicbase.h60 SIZE_T m_cchPath; member
65 m_cchPath = 0; in CicSystemModulePath()
H A Dcicbase.cpp186 m_cchPath = _tcslen(m_szPath); in Init()
191 m_cchPath = 0; in Init()
/reactos/dll/win32/msctf/
H A Dutils.cpp205 if (!ModPath.m_cchPath) in FullPathExec()
330 if (!ModPath.m_cchPath) in TF_RunInputCPL()
/reactos/base/applications/ctfmon/
H A Dctfmon.cpp90 DWORD cbData = (ModPath.m_cchPath + 1) * sizeof(TCHAR); in WriteRegRun()