Share via


CacheView_t::ComputeMinWindowSize (Windows CE 5.0)

Send Feedback

This method retrieves the minimal size at which a window can be drawn.

static void ComputeMinWindowSize(LONG* pcxMinWinSize,LONG* pcyMinWinSize);

Parameters

  • pcxMinWinSize
    [out] Pointer to a long integer that receives the minimum width of the window, in pixels.
  • pcyMinWinSize
    [out] Pointer to a long integer that receives the minimum height of the window, in pixels.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Gcacheview.hpp.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.