Share via


SS_SOCKET_INFO

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure stores information on a socket and is used by the SS_InquireSocket function in the socket service table.

Syntax

typedef struct SS_SOCKET_INFO{
  DWORD dwSocketCaps;
  DWORD dwSocketIntrCaps;
  DWORD dwSocketRptCaps;
  DWORD dwSocketIndCaps;
  DWORD dwNumOfPowerEntry;
  DWORD dwNumOfWindows;
  DWORD dwBusType;
  DWORD dwBusNumber;
  BYTE bArrayIrqRouting[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

Header socksv2.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

PC Card Driver Structures