IMultiLanguage2::EnumScripts (Windows CE 5.0)
This method creates a Script Enumeration object, initializes it with the specified SCRIPTINFO constants, and retrieves the corresponding IEnumScript interface.
HRESULTEnumScripts(DWORDdwFlags,LANGIDLangId,IEnumScript** ppEnumScript);
Parameters
- dwFlags
[in] Unsigned long integer value that contains the flags that control the enumeration. These flags are found in SCRIPTFONTCONTF. - LangId
[in] LANGID that specifies the language that should be associated with the scripts. - ppEnumScript
[out] Address of a pointer to the IEnumScript interface of the enumeration object.
Return Values
Returns S_OK if successful or an error value otherwise.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Link Library: Mlang.dll.
Send Feedback on this topic to the authors