table of contents
other versions
- wheezy 1.4.1-4
| LoadSystemLanguageString16(3w) | Wine API | LoadSystemLanguageString16(3w) |
NAME¶
LoadSystemLanguageString16 (USER.902)SYNOPSIS¶
UINT LoadSystemLanguageString16(
HINSTANCE16 hinstCaller,
UINT16 id,
LPSTR lpszText,
INT16 nBytes,
UINT16 iLang
)
DESCRIPTION¶
Loads a string which is in one of the system language modules.RETURNS¶
Success: The length of the string loaded Failure: ZeroIMPLEMENTATION¶
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 |