Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Este método convierte el LCID estándar de Win32 en el LANGID del estándar Win32, representado por LanguageIdEnum.
HRESULT ConvertLCIDToLanguageId(
int Win32Locale,
LanguageIdEnum* Result
);
LanguageIdEnum ConvertLCIDToLanguageId( int Win32Locale );
Function ConvertLCIDToLanguageId(Win32Locale As int) As LanguageIdEnum
Win32Locale
[in] Esta variable contiene un LCID estándar de Win32 convertido al tipo int.
Result
[out, retval] Un puntero a la variable LanguageIdEnum que recibe el valor devuelto por este método. No debe ser NULL.
Este método no tiene valores de retorno específicos. Devuelve los valores de retorno estándar de las funciones de ABBYY FineReader Engine.
Este método puede devolver LI_Null si el LCID de Win32 proporcionado no es compatible con ABBYY FineReader Engine.
Engine
IEngine::ConvertLanguageIdToLCID