⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pcscexceptions.h

📁 java 实现的签名方案
💻 H
字号:
/* * @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -