|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "netapi32.h"
Go to the source code of this file.
Classes | |
| struct | NBCmdQueue |
Macros | |
| #define | CANCEL_EVENT_PTR(ncb) (PHANDLE)((ncb)->ncb_reserve) |
| #define | NEXT_PTR(ncb) (PNCB *)((ncb)->ncb_reserve + sizeof(HANDLE)) |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (netbios) | |
| struct NBCmdQueue * | NBCmdQueueCreate (HANDLE heap) |
| UCHAR | NBCmdQueueAdd (struct NBCmdQueue *queue, PNCB ncb) |
| static PNCB * | NBCmdQueueFindNBC (struct NBCmdQueue *queue, PNCB ncb) |
| UCHAR | NBCmdQueueCancel (struct NBCmdQueue *queue, PNCB ncb) |
| UCHAR | NBCmdQueueComplete (struct NBCmdQueue *queue, PNCB ncb, UCHAR retcode) |
| UCHAR | NBCmdQueueCancelAll (struct NBCmdQueue *queue) |
| void | NBCmdQueueDestroy (struct NBCmdQueue *queue) |
Definition at line 29 of file nbcmdqueue.c.
Definition at line 30 of file nbcmdqueue.c.
| 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().
|
static |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | netbios | ) |