CWindow::PrintClient

void PrintClient( HDC hDC, DWORD dwFlags ) const;

Parameters

hDC

[in] The handle to a device context.

dwFlags

[in] Specifies drawing options. You can combine one or more of the following flags:

Remarks

Sends a WM_PRINTCLIENT message to the window to request that it draw its client area in the specified device context.

CWindow OverviewClass Members

See Also   CWindow::Print