SetDMAppendChainID

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.

SetDMAppendChainID (pDevMode As Long, dwID As Long) As Boolean

 

Input value - pDevMode: handle to the BlackIceDEVMODE structure

Input value - dwID: 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.