ScriptStringFree (Windows CE 5.0)

Send Feedback

This function frees a SCRIPT_STRING_ANALYSIS structure.

HRESULT WINAPI ScriptStringFree(  SCRIPT_STRING_ANALYSIS* pssa);

Parameters

  • pssa
    [in, out] Pointer to a SCRIPT_STRING_ANALYSIS structure.

Return Values

If the function is successful, it returns S_OK.

If the function fails, it returns an HRESULT.

The return value can be tested with the SUCCEEDED and FAILED macros.

Remarks

When you are finished with a SCRIPT_STRING_ANALYSIS structure, you should free its associated memory.

Note, after this function is called, the pointers returned from ScriptString_pcOutChars, ScriptString_pLogAttr, and ScriptString_pSize that are associated with the pssa are invalid.

Requirements

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

See Also

ScriptString_pcOutChars | ScriptString_pLogAttr | ScriptString_pSize | SCRIPT_STRING_ANALYSIS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.