SetDMAppendTotal

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.

SetDMAppendTotal (pDevMode As Long, dwTotal As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Input value - dwTotal: number of the symbols, must be between 1 and 16.

Return value - TRUE on success, FALSE otherwise.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.