Share via


ScriptGetProperties (Windows Embedded CE 6.0)

1/6/2010

This function returns information about the current scripts.

Syntax

HRESULT WINAPI ScriptGetProperties(
  const SCRIPT_PROPERTIES*** ppSp, 
  int* piNumScripts 
);

Parameters

  • ppSp
    [out] Receives a pointer to an array of pointers to SCRIPT_PROPERTIES structures indexed by script.
  • piNumScripts
    [out] Receives the number of scripts. The valid range for this value is zero through NumScripts 1.

Return Value

If the function succeeds, the return value is zero.

If the function fails, it returns a nonzero value. If any other unrecoverable error is encountered, it is returned as an HRESULT.

Requirements

Header usp10.h
Library Uspce.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

SCRIPT_PROPERTIES

Other Resources

Uniscribe Functions