ScriptGetProperties.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ScriptGetProperties (USP10.@)

SYNOPSIS

HRESULT ScriptGetProperties
 (
  const SCRIPT_PROPERTIES*** props,
  int*                       num
 )

DESCRIPTION

Retrieve a list of script properties.

PARAMS

props [In] Pointer to an array of SCRIPT_PROPERTIES pointers.

num [In] Pointer to the number of scripts.

RETURNS

Success: S_OK

Failure: Non-zero HRESULT value.

NOTES

Behaviour matches WinXP.

IMPLEMENTATION

Defined in "usp10.h".

Implemented in "dlls/usp10/usp10.c".

Debug channel "uniscribe".