17#ifndef __NBCMDQUEUE_H__
18#define __NBCMDQUEUE_H__
struct NBCmdQueue * NBCmdQueueCreate(HANDLE heap) DECLSPEC_HIDDEN
UCHAR NBCmdQueueCancelAll(struct NBCmdQueue *queue) DECLSPEC_HIDDEN
UCHAR NBCmdQueueComplete(struct NBCmdQueue *queue, PNCB ncb, UCHAR retcode) DECLSPEC_HIDDEN
UCHAR NBCmdQueueAdd(struct NBCmdQueue *queue, PNCB ncb) DECLSPEC_HIDDEN
UCHAR NBCmdQueueCancel(struct NBCmdQueue *queue, PNCB ncb) DECLSPEC_HIDDEN
void NBCmdQueueDestroy(struct NBCmdQueue *queue) DECLSPEC_HIDDEN