~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to src/winscard.c

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2007-05-16 14:40:30 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20070516144030-6wk53ou910ctb9ds
Tags: upstream-1.4.1
Import upstream version 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *  David Corcoran <corcoran@linuxnet.com>
6
6
 *  Ludovic Rousseau <ludovic.rousseau@free.fr>
7
7
 *
8
 
 * $Id: winscard.c 2385 2007-02-05 13:55:01Z rousseau $
 
8
 * $Id: winscard.c 2466 2007-03-06 10:41:29Z rousseau $
9
9
 */
10
10
 
11
11
/**
32
32
 * corcoran@musclecard.com.
33
33
 *
34
34
 *
35
 
 * @section API Routines
 
35
 * @section API_Routines
36
36
 *
37
 
 * These routines specified here are winscard routines like those in the
 
37
 * These routines specified here are winscard.h routines like those in the
38
38
 * winscard API provided under Windows(R). These are compatible with the
39
39
 * Microsoft(R) API calls. This list of calls is mainly an abstraction of
40
40
 * readers. It gives a common API for communication to most readers in a
41
41
 * homogeneous fashion.
42
42
 *
43
 
 * Since all functions can produce a wide array of errors, please refer to §
44
 
 * Error codes for a list of error returns.
 
43
 * Since all functions can produce a wide array of errors, please refer to
 
44
 * pcsclite.h for a list of error returns.
45
45
 *
46
46
 * For a human readable representation of an error the function
47
47
 * pcsc_stringify_error() is declared in pcsclite.h. This function is not