ScriptCacheGetHeight (Windows CE 5.0)

Send Feedback

This function returns the height of the currently cached font.

HRESULT WINAPI ScriptCacheGetHeight(  HDC hdc,   SCRIPT_CACHE* psc,   long* tmHeight);

Parameters

  • hdc
    [in] Handle to the device context. This parameter is optional.
  • psc
    [in, out] Pointer to a SCRIPT_CACHE structure.
  • tmHeight
    [out] Pointer to a variable that receives the height of the font.

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_CACHE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.