SCardCancel
This function terminates all outstanding actions within a specific resource manager context.
The only requests that you can cancel are those that require waiting for external action by the smart card or user. Any such outstanding action requests will terminate with a status indication that the action was canceled. This is especially useful to force outstanding SCardGetStatusChange calls to terminate.
LONG SCardCancel(
SCARDCONTEXT hContext
);
Parameters
- hContext
[in] Handle that identifies the resource manager context. The resource manager context is set by a previous call to SCardEstablishContext.
Return Values
The following table shows the possible return values.
Value | Description |
---|---|
SCARD_S_SUCCESS | Succeeds |
An error value (see Smart Card Error Values for a list of all error values). | Fails |
Remarks
SCardCancel is a smart card tracking function.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Winscard.h.
Link Library: Winscard.lib.
See Also
SCardEstablishContext | SCardGetStatusChange | SCardLocateCards
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.