Microsoft Windows CE 3.0  

CARD_EVENT_MASK_PARMS

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 contains event mask configurations passed to the CardGetEventMaskand CardSetEventMaskfunctions.

typedef struct {
CARD_SOCKET_HANDLE
hSocket; 
UINT16
fAttributes; 
UINT16
fEventMask; 
} CARD_EVENT_MASK_PARMS, *PCARD_EVENT_MASK_PARMS;

Members

hSocket
Handle to a socket and function pair.
fAttributes
[IN] Specifies whether to return a global event mask or the event mask associated with the indicated socket and function pair. One of the following values:
Value Description
0 Global event mask.
1 Specific event mask.
fEventMask
Specifies a bitmask of socket events. This member is input-only for CardSetEventMaskand output-only for CardGetEventMask.

Remarks

This structure specifies global events or the events for a specified socket and function pair that a driver is interested in.

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.

See Also

CardGetEventMask, CardSetEventMask



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.