pcscexceptions.h

来自「java 实现的签名方案」· C头文件 代码 · 共 28 行

H
28
字号
/* * @License IBM *//* * Author:  Stephan Breideneich (sbreiden@de.ibm.com) * Version: $Id: PcscExceptions.h,v 1.2 1998/04/20 13:10:54 breid Exp $ */#include <jni.h>#define PCSC_EXCEPTION_CLASS "com/ibm/opencard/terminal/pcsc10/PcscException"/* * throwPcscException * * throws an PcscException with the return code informations of the PC/SC * * return: 0 for success, other values for exception occured */int throwPcscException(JNIEnv *env, jobject obj, const char *method, const char *msg, long returnCode);// $Log: PcscExceptions.h,v $// Revision 1.2  1998/04/20 13:10:54  breid// PackagePath corrected//

⌨️ 快捷键说明

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