SetP417Columns

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetP417Columns (BlackIceDEVMODE* pDevMode, DWORD dwColumns);

Description

Sets the number of data columns in the symbol. If dwColumns is 0, the data columns will be automatically counted.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

DWORD dwColumns                                  - number of the columns

 

Return value

TRUE on success, FALSE otherwise.