1SC_RELEASE_CONTEXT(3)        OpenSC API reference        SC_RELEASE_CONTEXT(3)
2
3
4

NAME

6       sc_release_context - Release an OpenSC context
7

SYNOPSIS

9          #include <opensc.h>
10
11          int sc_release_context(sc_context_t *ctx);
12
13
14

DESCRIPTION

16       This function releases OpenSC context ctx previously obtained through a
17       call to sc_establish_context(). No further calls to OpenSC using this
18       context are possible after this.
19

RETURN VALUE

21       This function always return 0, indicating success.
22
23
24
25opensc                            05/04/2007             SC_RELEASE_CONTEXT(3)
Impressum