?? ssse32.h
字號:
extern "C"
{
//**********************社保規范********************
__int16 __stdcall srd_ver(HANDLE icdev, __int16 len,
unsigned char *data_buffer);
long __stdcall ICC_Reader_Open(char *dev_Name);
long __stdcall ICC_Reader_Close(long ReaderHandle);
long __stdcall ICC_Reader_PowerOn(long ReaderHandle,unsigned char ICC_Slot_No,unsigned char* Response);
long __stdcall ICC_Reader_PowerOff(long ReaderHandle,unsigned char ICC_Slot_No);
long __stdcall ICC_Reader_GetStatus(long ReaderHandle,unsigned char ICC_Slot_No);
long __stdcall ICC_Reader_Application(long ReaderHandle,unsigned char ICC_Slot_No,long Lenth_of_Command_APDU,unsigned char* Command_APDU,unsigned char* Response_APDU);
long __stdcall ICC_Reader_Libinfo(char* info);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -