|
本帖最后由 huoqingpo 于 2012-11-30 11:15 编辑
termb.dll 文件
读各项文字信息到自定义内存缓冲
原 型:
int GetPeopleName(char *strTmp, int *strLen) //得到姓名信息
int GetPeopleSex(char *strTmp, int *strLen) //得到性别信息
int GetPeopleNation(char *strTmp, int *strLen) //得到民族信息
int GetPeopleBirthday(char *strTmp, int *strLen) //得到出生日期
int GetPeopleAddress(char *strTmp, int *strLen) //得到地址信息
int GetPeopleIDCode(char *strTmp, int *strLen) //得到卡号信息
int GetDepartment(char *strTmp, int *strLen) //得到发证机关信息
int GetStartDate(char *strTmp, int *strLen) //得到有效开始日期
int GetEndDate(char *strTmp, int *strLen) //得到有效截止日期
int CVR_GetSAMID(char * SAMID) //得到安全模块号码
参数:
*strTmp 返回的信息缓存指针。
*strLen 返回的信息长度指针。
返 回 值:
返回值 意义
1 正确
0 错误
int=返回类型
GetPeopleAddress=函数
char =参数
strTmp=参数
知道这些 ·在au3里面怎么使用啊,
一只没成功使用
char *strTmp 这两个参数 是不是要定义下数据类型 什么的·
一只没搞明白刚学这个。谁帮忙给说下怎么弄· |
|