NCB ... Network Control Block
typedef struct _NCB { UCHAR ncb_command; UCHAR ncb_retcode; UCHAR ncb_lsn; UCHAR ncb_num; PUCHAR ncb_buffer; WORD ncb_length; UCHAR ncb_callname[NCBNAMSZ]; UCHAR ncb_name[NCBNAMSZ]; UCHAR ncb_rto; UCHAR ncb_sto; void (*ncb_post) (struct _NCB *); UCHAR ncb_lana_num; UCHAR ncb_cmd_cplt; UCHAR ncb_reserve[14];} NCB;
Der NCB wird unter MS LAN-Manager mit INT 5CH unter MS-DOS mit INT 2AH und unter OS/2 mit der Funktion NetBiosSubmit() an den Treiber übergeben