CDC::SetDCPenColor
Visual Studio 2012
Sets the current device context (DC) pen color to the specified color value.
COLORREF SetDCPenColor( COLORREF crColor );
This member function utilizes the Win32 function SetDCPenColor, as described in the Windows SDK.