Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure stores information on a socket and is used by the SS_InquireSocket function in the socket service table.
typedef struct SS_SOCKET_INFO{DWORDdwSocketCaps;
DWORDdwSocketIntrCaps;
DWORDdwSocketRptCaps;
DWORDdwSocketIndCaps;
DWORDdwNumOfPowerEntry;
DWORDdwNumOfWindows;
DWORDdwBusType;
DWORDdwBusNumber;
BYTEbArrayIrqRouting[IRQ_ROUTINGTABLE_SIZE];
} SS_SOCKET_INFO, *PSS_SOCKET_INFO;
Members
- dwSocketCaps
Socket capability. - dwSocketIntrCaps
Socket interrupt capability. - dwSocketRptCaps
Socket status report capability. - dwSocketIndCaps
Socket status indicate capability. - dwNumOfPowerEntry
Number of the power entry for the specified socket. - dwNumOfWindows
Number of windows supported. - dwBusType
Bus type used by the client driver. - dwBusNumber
Bus number used by the client driver. - bArrayIrqRouting[IRQ_ROUTINGTABLE_SIZE]
Logical interrupt number to IRQ mapping. This mapping table is used by the card service to determine which IRQ to use when configuring a new PC Card.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Socksv2.h
See Also
Send Feedback on this topic to the authors