CBaseWindow::GetDefaultRect

Retrieves the default size for the window client area.

virtual RECT GetDefaultRect( );

Return Values

Returns the default rectangle.

Remarks

When the window is activated, it calls this member function to determine how large it should make the window's client area. A video renderer will typically return the size of the native video image.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.