Share via


CacheView_t::ComputeMinWindowSize (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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 Value

None.

Requirements

Header gcacheview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

CacheView_t