#include “BlackIceDEVMODE.h”
BOOL SetP417Rows (BlackIceDEVMODE* pDevMode, DWORD dwRows);
Description
Sets the number of data rows in the symbol. If dwRows is 0, the data rows will be automatically counted.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
DWORD dwRows - number of the rows
Return value
TRUE on success, FALSE otherwise.