Share via


ScriptGetProperties

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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