#include “BlackIceDEVMODE.h”
BOOL SetDMAppendIndex (BlackIceDEVMODE* pDevMode, DWORD dwIndex);
Description
Sets the index of the data matrix symbol that identifies its position in the current group. The index must be between 1 and 16 and must be smaller than or equal to the number of symbols in the group. The structured append feature must be enabled with the EnableDMAppend function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
DWORD dwIndex - index of the symbol between 1 and 16.
Return value
TRUE on success, FALSE otherwise.