Searched refs:cchType (Results 1 – 1 of 1) sorted by relevance
1229 UINT cchType) in RealGetWindowClassW() argument1235 cchType * sizeof(WCHAR)); in RealGetWindowClassW()1249 UINT cchType) in RealGetWindowClassA() argument1254 if ((INT)cchType <= 0) return 0; in RealGetWindowClassA()1256 …RtlUnicodeToMultiByteN( pszType, cchType - 1, (PULONG)&len, tmpbuf, strlenW(tmpbuf) * sizeof(WCHAR… in RealGetWindowClassA()