huoqingpo 发表于 2012-11-30 10:20:57

DllCall 使用问题,帮忙看下

本帖最后由 huoqingpo 于 2012-11-30 11:15 编辑

termb.dll 文件

        读各项文字信息到自定义内存缓冲
原型:
        intGetPeopleName(char *strTmp, int *strLen)          //得到姓名信息       
        intGetPeopleSex(char *strTmp, int *strLen)          //得到性别信息       
        intGetPeopleNation(char *strTmp, int *strLen)          //得到民族信息       
        intGetPeopleBirthday(char *strTmp, int *strLen)        //得到出生日期       
        intGetPeopleAddress(char *strTmp, int *strLen)        //得到地址信息       
        intGetPeopleIDCode(char *strTmp, int *strLen)        //得到卡号信息       
        intGetDepartment(char *strTmp, int *strLen)          //得到发证机关信息       
        intGetStartDate(char *strTmp, int *strLen)                //得到有效开始日期       
        intGetEndDate(char *strTmp, int *strLen)                //得到有效截止日期
intCVR_GetSAMID(char * SAMID)             //得到安全模块号码
参数:
       *strTmp   返回的信息缓存指针。
       *strLen    返回的信息长度指针。
返 回 值:
返回值        意义
1        正确
0        错误


int=返回类型       

GetPeopleAddress=函数
char =参数
strTmp=参数


知道这些 ·在au3里面怎么使用啊,
一只没成功使用
char *strTmp 这两个参数 是不是要定义下数据类型 什么的·
一只没搞明白刚学这个。谁帮忙给说下怎么弄·

au3x 发表于 2012-12-3 08:39:16

不懂,,,,{:face (394):}
页: [1]
查看完整版本: DllCall 使用问题,帮忙看下