CWindow::Print

void Print( HDC hDC, DWORD dwFlags ) const;

Parameters

hDC

[in] The handle to a device context.

dwFlags

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

Remarks

Sends a WM_PRINT message to the window to request that it draw itself in the specified device context.

CWindow OverviewClass Members

See Also   CWindow::PrintClient