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: Zero

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/user.exe16/bidi.c". https://source.winehq.org/source/dlls/user.exe16/bidi.c

Debug channel "user".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.