#include “BlackIceDEVMODE.h”
BOOL SetDMAppendChainID (BlackIceDEVMODE* pDevMode, DWORD dwID);
Description
Sets the chain ID (File ID / FID) of the group. The number must be between 0 and 64515. The structured append feature must be enabled with the EnableDMAppend function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
DWORD dwID - number of the symbols, must be between 1 and 16.
Return value
TRUE on success, FALSE otherwise.