LoadSystemLanguageString16.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/user32/bidi16.c".

Debug channel "relay".