The LLC_DIR_STATUS_PARMS structure is the DLC parameter table for the LLC_DIR_STATUS command. You pass a pointer to this structure using the pParameterTable member of the CCB_PARMS union.
typedef struct { UCHAR auchPermanentAddress[6]; UCHAR auchNodeAddress[6]; UCHAR auchGroupAddress[4]; UCHAR auchFunctAddr[4]; UCHAR uchMaxSap; UCHAR uchOpenSaps; UCHAR uchMaxStations; UCHAR uchOpenStation; UCHAR uchAvailStations; UCHAR uchAdapterConfig; UCHAR auchReserved1[10]; ULONG ulReserved1; ULONG ulReserved2; ULONG ulMaxFrameLength; USHORT usLastNetworkStatus; USHORT usAdapterType; } LLC_DIR_STATUS_PARMS, *PLLC_DIR_STATUS_PARMS;
Bit |
Description |
7 |
CCB1: The original PC network adapter is present. |
6 |
Reserved. |
5 |
CCB1: If set, the protocol driver returns the address of the extended status table at offset 50. If the extended status is not supported, the value at offset 50 is not changed. |
4 |
Token release. If not set, 16 Mbps adapters get early token release. If set, there is no early token release for adapters operating at 16 Mbps. |
3-2 |
The amount, in kilobytes, of shared RAM. |
1 |
Reserved. |
0 |
Adapter data rate. If not set, the data rate is 4 Mbps. If set, the data rate is 16 Mbps. |
Value |
Meaning |
LLC_ADAPTER_ETHERNET |
Ethernet adapter. |
LLC_ADAPTER_TOKEN_RING |
IBM Token-Ring network 16/4 adapter/A. |
This command can be issued before the LLC_DIR_OPEN_ADAPTER command, but after the LLC_DIR_INITIALIZE command.
file: /Techref/os/win/api/win32/struc/src/str09_42.htm, 5KB, , updated: 2000/4/7 12:20, local time: 2024/11/3 01:01,
3.15.206.88:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/struc/src/str09_42.htm"> LLC_DIR_STATUS_PARMS</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.