CDC::Polyline
Visual Studio 2010
Draws a set of line segments connecting the points specified by lpPoints.
BOOL Polyline( LPPOINT lpPoints, int nCount );
The lines are drawn from the first point through subsequent points using the current pen. Unlike the LineTo member function, the Polyline function neither uses nor updates the current position.
For more information, see PolyLine in the Windows SDK.