Compartir a través de


SS_SOCKET_INFO (Windows CE 5.0)

Send Feedback

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

PC Card Driver Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.