ScriptGetProperties (Compact 2013)

3/28/2014

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

See Also

Reference

Uniscribe Functions
SCRIPT_PROPERTIES