IsDMAppendEnabled

 

 

#include “BlackIceDEVMODE.h”

 

BOOL IsDMAppendEnabled (BlackIceDEVMODE* pDevMode);

Description

When enabled, the printer driver will add structured append information to the data matrix code. Using the structured append feature, up to 16 Data Matrix symbols can be linked. The original data or file can be reconstructed from the linked symbols regardless of the order of the symbols.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the structured append feature is enabled, FALSE otherwise.