Searched refs:wcStr (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sal/inc/systools/win32/ |
H A D | StrConvert.h | 57 #define WC2MB( wcStr, mbStr ) \ argument 58 if( wcStr ) \ 60 int needed = WideCharToMultiByte( CP_ACP, 0, wcStr, -1, NULL, 0, NULL, NULL ); \ 65 copied = WideCharToMultiByte( CP_ACP, 0, wcStr, -1, mbStr, needed, NULL, NULL ); \
|
Completed in 4 milliseconds