IMultiLanguage2::EnumScripts (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

HRESULT EnumScripts( 
  DWORD dwFlags,
  LANGID LangId,
  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 Value

Returns S_OK if successful or an error value otherwise.

Requirements

Header mlang.h, mlang.idl
Library mlang.dll
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IMultiLanguage2