CARD_SOCKET_HANDLE (Windows CE 5.0)
This structure identifies a socket and function pair composed of a socket number and function number.
typedef struct { UINT8uSocket;UINT8uFunction;} 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
OS Versions: Windows CE 1.0 and later.
Header: Cardserv.h.
See Also
PCMCIA Legacy Compatiblity Layer Reference
Send Feedback on this topic to the authors