ScriptGetProperties (Windows CE 5.0)

Send Feedback

This function returns information about the current scripts.

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 Values

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

OS Versions: Windows CE 5.0 and later.
Header: Usp10.h.
Link Library: Uspce.lib.

See Also

SCRIPT_PROPERTIES

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.