Reading and writing DEVMODE.dmColor
问题 I'm having trouble with the dmColor field fo the DEVMODE structure. My default printer is a color printer, if I default output color of the printer properties through the control panel to black and white the DEVMODE.dmColor field always returns DMCOLOR_COLOR instead of DMCOLOR_MONOCHROME. Even if I default my printer to a black and white only printer, DEVMODE.dmColor still always returns DMCOLOR_COLOR All of the other DEVMODE fields such as dmDeviceName, dmCopies, dmDuplex, etc work fine. I