This topic has not yet been rated - Rate this topic

IMultiLanguage2::EnumScripts

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This method creates a Script Enumeration object, initializes it with the specified SCRIPTINFO constants, and retrieves the corresponding IEnumScript interface.


HRESULT EnumScripts( 
  DWORD dwFlags,
  LANGID LangId,
  IEnumScript** ppEnumScript
);
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.

Returns S_OK if successful or an error value otherwise.

Headermlang.h, mlang.idl
Librarymlang.dll
Windows Embedded CEWindows CE .NET 4.0 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.