CARD_STATUS
The CardGetStatus function uses the CARD_STATUS structure to return data.
Syntax
typedef struct {
CARD_SOCKET_HANDLE hSocket;
UINT16 fCardState;
UINT16 fSocketState;
} CARD_STATUS, *PCARD_STATUS;
Members
-
hSocket
-
Specifies a handle to a socket and function pair.
-
fCardState
-
Specifies a bitmask indicating current card state. See PC Card Event Masks. (Output)
-
fSocketState
-
Specifies a bitmask indicating card state changes. See PC Card Event Masks. (Output)
See Also
CardGetStatus