#include “BlackIceDEVMODE.h”
DWORD GetColorDepth(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the ColorMode member of the BlackIceDEVMODE. Represents the value of the 'Color Depth' radio button.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
Color Depth (DWORD number).
Programming Notes
None
Code Example
None