1SC_RELEASE_CONTEXT(3) OpenSC API reference SC_RELEASE_CONTEXT(3)
23
4
NAME
6sc_release_context - Release an OpenSC context
7
SYNOPSIS
9#include <opensc.h>
1011
int sc_release_context(sc_context_t *ctx);
1213
14
DESCRIPTION
16This function releases OpenSC context ctx previously obtained through a
17call to sc_establish_context(). No further calls to OpenSC using this
18context are possible after this.
19
RETURN VALUE
21This function always return 0, indicating success.
2223
24
25
opensc 05/04/2007 SC_RELEASE_CONTEXT(3)