GetColorDepth

#include “BIADVPRN.H”

 

DWORD  GetColorDepth(DEVMODE*  pDevMode);

Description

Returns the value of the ColorMode member of the BlackIceDEVMODE. Represents the value of the 'Color Depth' radio button.

Parameters

DEVMODE*

pDevMode

Pointer to the DEVMODE structure.

Return values

Color Depth (DWORD number).

Requirements

Header :     Declared in BiAdvPrn.h; include BiAdvPrn.h.

Library :    Use BiAdvPrn.lib.

DLLs :       BiAdvPrn.dll.