Microsoft Windows CE 3.0  

CARD_SOCKET_HANDLE

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

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

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later      
Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.


 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.