ReactOS 0.4.16-dev-550-g2186ce3
|
Go to the source code of this file.
Functions | |
struct NBCmdQueue * | NBCmdQueueCreate (HANDLE heap) DECLSPEC_HIDDEN |
UCHAR | NBCmdQueueAdd (struct NBCmdQueue *queue, PNCB ncb) DECLSPEC_HIDDEN |
UCHAR | NBCmdQueueCancel (struct NBCmdQueue *queue, PNCB ncb) DECLSPEC_HIDDEN |
UCHAR | NBCmdQueueComplete (struct NBCmdQueue *queue, PNCB ncb, UCHAR retcode) DECLSPEC_HIDDEN |
UCHAR | NBCmdQueueCancelAll (struct NBCmdQueue *queue) DECLSPEC_HIDDEN |
void | NBCmdQueueDestroy (struct NBCmdQueue *queue) DECLSPEC_HIDDEN |
UCHAR NBCmdQueueAdd | ( | struct NBCmdQueue * | queue, |
PNCB | ncb | ||
) |
Definition at line 70 of file nbcmdqueue.c.
Referenced by nbDispatch().
UCHAR NBCmdQueueCancel | ( | struct NBCmdQueue * | queue, |
PNCB | ncb | ||
) |
Definition at line 106 of file nbcmdqueue.c.
Referenced by nbCancel(), and NBCmdQueueCancelAll().
UCHAR NBCmdQueueCancelAll | ( | struct NBCmdQueue * | queue | ) |
Definition at line 167 of file nbcmdqueue.c.
Referenced by NBCmdQueueDestroy(), nbReset(), and nbShutdownAdapter().
UCHAR NBCmdQueueComplete | ( | struct NBCmdQueue * | queue, |
PNCB | ncb, | ||
UCHAR | retcode | ||
) |
Definition at line 138 of file nbcmdqueue.c.
Referenced by nbDispatch().
struct NBCmdQueue * NBCmdQueueCreate | ( | HANDLE | heap | ) |
Definition at line 53 of file nbcmdqueue.c.
Referenced by NetBIOSRegisterAdapter().
void NBCmdQueueDestroy | ( | struct NBCmdQueue * | queue | ) |
Definition at line 189 of file nbcmdqueue.c.
Referenced by nbShutdownAdapter().