SetDMAppendTotal

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetDMAppendTotal (BlackIceDEVMODE* pDevMode, DWORD dwTotal);

Description

Sets the total number of symbols in the current group. The number must be between 2 and 16. The structured append feature must be enabled with the EnableDMAppend function.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

DWORD dwTotal                                         - number of the symbols, must be between 2 and 16.

 

Return value

TRUE on success, FALSE otherwise.