Partager via


CacheView_t::ComputeMinWindowSize

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.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.