ID2D1DeviceContext * m_d2dContext;
m_d2dContext-> CreatePrintControl(
m_dwriteFactory,
m_d2dContext,
printControlProperties,
&d2dPrintControl
);
This doesn't work for some reason. CreatePrintControl is part of ID2D1DeviceContext but it comes up as an error
n.Wright