table of contents
other versions
- wheezy 1.4.1-4
LoadLanguageString16(3w) | Wine API | LoadLanguageString16(3w) |
NAME¶
LoadLanguageString16 (USER.919)SYNOPSIS¶
UINT16 LoadLanguageString16(
HINSTANCE16 hinst,
UINT16 id,
UINT16 iLang,
LPSTR lpszText,
INT16 nBytes
)
DESCRIPTION¶
Loads a string for a specific language.RETURNS¶
SUCCESS: The length of the string loaded. FAILURE: Zero.IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/user.exe16/bidi.c". Debug channel "relay".Oct 2012 | Wine API |