2010/03/10 [水]
Windows NT 系列 (Windows NT/2000/XP/Vista/7 など)とは違い、Windows 95/98/ME では UNICODE 対応の WIN32API は原則用意されていません。ほんの少数の関数が用意されているだけです。それらは以下の通りです。
対応 | 関数 |
---|---|
Windows 95 以降 | CF_UNICODETEXT |
EnumResourceLanguagesW | |
EnumResourceNamesW | |
EnumResourceTypesW | |
ExtTextOutW | |
FindResourceW | |
FindResourceExW | |
GetCharWidthW | |
GetCommandLineW | |
GetTextExtentPoint32W | |
GetTextExtentPointW | |
lstrlenW | |
MessageBoxExW | |
MessageBoxW | |
MultiByteToWideChar | |
TextOutW | |
WideCharToMultiByte | |
Windows 98 以降 | lstrcpyW |
lstrcatW |
by seclan