nb30.h
This module contains the definitions for portable NetBIOS 3.0 support.
Associated Error Codes
Below is a list of error codes found for this header.
| Symbolic | Value | Description |
|---|---|---|
| NRC_GOODRET | 0x0 | good return |
| NRC_BUFLEN | 0x1 | illegal buffer length |
| NRC_ILLCMD | 0x3 | illegal command |
| NRC_CMDTMO | 0x5 | command timed out |
| NRC_INCOMP | 0x6 | message incomplete, issue another command |
| NRC_BADDR | 0x7 | illegal buffer address |
| NRC_SNUMOUT | 0x8 | session number out of range |
| NRC_NORES | 0x9 | no resource available |
| NRC_SCLOSED | 0xa | session closed |
| NRC_CMDCAN | 0xb | command cancelled |
| NRC_DUPNAME | 0xd | duplicate name |
| NRC_NAMTFUL | 0xe | name table full |
| NRC_ACTSES | 0xf | no deletions, name has active sessions |
| NRC_LOCTFUL | 0x11 | local session table full |
| NRC_REMTFUL | 0x12 | remote session table full |
| NRC_ILLNN | 0x13 | illegal name number |
| NRC_NOCALL | 0x14 | no callname |
| NRC_NOWILD | 0x15 | cannot put * in NCB_NAME |
| NRC_INUSE | 0x16 | name in use on remote adapter |
| NRC_NAMERR | 0x17 | name deleted |
| NRC_SABORT | 0x18 | session ended abnormally |
| NRC_NAMCONF | 0x19 | name conflict detected |
| NRC_IFBUSY | 0x21 | interface busy, IRET before retrying |
| NRC_TOOMANY | 0x22 | too many commands outstanding, retry later |
| NRC_BRIDGE | 0x23 | ncb_lana_num field invalid |
| NRC_CANOCCR | 0x24 | command completed while cancel occurring |
| NRC_CANCEL | 0x26 | command not valid to cancel |
| NRC_DUPENV | 0x30 | name defined by anther local process |
| NRC_ENVNOTDEF | 0x34 | environment undefined. RESET required |
| NRC_OSRESNOTAV | 0x35 | required OS resources exhausted |
| NRC_MAXAPPS | 0x36 | max number of applications exceeded |
| NRC_NOSAPS | 0x37 | no saps available for netbios |
| NRC_NORESOURCES | 0x38 | requested resources are not available |
| NRC_INVADDRESS | 0x39 | invalid ncb address or length > segment |
| NRC_INVDDID | 0x3b | invalid NCB DDID |
| NRC_LOCKFAIL | 0x3c | lock of user area failed |
| NRC_OPENERR | 0x3f | NETBIOS not loaded |
| NRC_SYSTEM | 0x40 | system error |
| NRC_PENDING | 0xff | asynchronous command is not yet finished |
| 39 entries | ||