PXE_CONTROL_LINK

These two bit values are used to determine if there are more UNDI CDB structures following this one. If the link bit is set, there must be a CDB structure following this one. Execution will start on the next CDB structure as soon as this one completes successfully. If an error is generated by this command, execution will stop.

extern (C)
enum PXE_CONTROL_LINK = 0x0001;

Meta