kxbase.cpp
来自「shuibiao danpianji chengxu」· C++ 代码 · 共 40 行
CPP
40 行
// 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 + =
减小字号Ctrl + -
显示快捷键?