Visual Studio 2010 - Visual C++
CWnd::PrintWindow
Copies a visual window into the specified device context, typically a printer DC.
BOOL PrintWindow( CDC* pDC, UINT nFlags ) const;
Parameters
Return Value
Nonzero if the function succeeds; otherwise 0.
Remarks
This member function emulates the functionality of the function PrintWindow, as described in the Windows SDK.
Requirements
Header: afxwin.h
See Also