Searched refs:CS_Attr (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/imm32/ |
H A D | compstr.c | 196 #define CS_Attr(pCS, Name) ((const BYTE *)CS_StrA(pCS, Name)) macro 290 dwBufLen = Imm32CompAttrWideToAnsi(CS_Attr(pCS, CompReadAttr), in Imm32GetCompStrA() 311 dwBufLen = Imm32CompAttrWideToAnsi(CS_Attr(pCS, CompAttr), in Imm32GetCompStrA() 384 dwBufLen = Imm32CompAttrAnsiToWide(CS_Attr(pCS, CompReadAttr), in Imm32GetCompStrW() 405 dwBufLen = Imm32CompAttrAnsiToWide(CS_Attr(pCS, CompAttr), in Imm32GetCompStrW()
|