PXE_CONTROL_QUEUE_IF_BUSY

Setting this flag directs the UNDI to queue this command for later execution if the UNDI is busy and it supports command queuing. If queuing is not supported, a PXE_STATCODE_INVALID_CONTROL error is returned. If the queue is full, a PXE_STATCODE_CDB_QUEUE_FULL error is returned.

extern (C)
enum PXE_CONTROL_QUEUE_IF_BUSY = 0x0002;

Meta