sc_release_context.3

来自「读写Smart卡加解密接口的程序」· 3 代码 · 共 20 行

3
20
字号
.TH sc_release_context 3 "April 2003" "OpenSC Programmer's Manual.SH NAMEsc_release_context \- release OpenSC context.SH SYNOPSIS.nf.B #include <opensc.h>.sp.BI "int sc_release_context(struct sc_context **" ctx ");.fi.SH DESCRIPTIONThis function releasees an OpenSC context previously obtain througha call to \fBsc_establish_context\fP(3). No further calls toOpenSC using this context are possible after this..PP\fIctx\fP is the pointer to the context that should be released..SH SEE ALSO.BR sc_establish_context (3)..SH AUTHORThis manual page was written by Olaf Kirch <okir@suse.de>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?