Share via


CARD_SOCKET_HANDLE (Windows Embedded CE 6.0)

1/6/2010

This structure identifies a socket and function pair composed of a socket number and function number.

Syntax

typedef struct { 
  UINT8 uSocket; 
  UINT8 uFunction; 
} CARD_SOCKET_HANDLE, *PCARD_SOCKET_HANDLE;

Members

  • uSocket
    Specifies the socket number. The first socket is 0.
  • uFunction
    Specifies the function number on the socket. The first function is 0.

Remarks

The stream interface driver generates these values and uses them in various card services functions.

For single-function cards, the function number is 0. For multiple-function cards, the function number ranges from 0 through 1 less than the number of functions on the card.

Requirements

Header cardserv.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

PCMCIA Legacy Compatiblity Layer Structures
PCMCIA Legacy Compatibility Layer Reference