📄 kxbase.cpp
字号:
// KxBase.cpp: implementation of the CKxBase class.
//
//////////////////////////////////////////////////////////////////////
#include "KxBase.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CKxBase::CKxBase()
{
}
CKxBase::~CKxBase()
{
}
int CKxBase::DKxGetCardDate(long * carddate)
{
return -1;
}
int CKxBase::DKxSetCardDate(long * carddate)
{
return -1;
}
int CKxBase::DKxZjckEx (long KnCs //卡内操作参数
)
{
return -1;
}
int CKxBase::DKxRdjckEx(long * KnCs, //返回卡内操作参数
long * DrvID, //表型号
struct JCCZSJ * jcsj //返回表内数据
)
{
return -1;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -