读各项文字信息到自定义内存缓冲
原 型:
int _stdcall GetPeopleName(char *strTmp, int *strLen) //得到姓名信息
int _stdcall GetPeopleIDCode(char *strTmp, int *strLen) //得到卡号信息
int _stdcall GetDepartment(char *strTmp, int *strLen) //得到发证机关信息
int _stdcall GetStartDate(char *strTmp, int *strLen) //得到有效开始日期
int _stdcall GetEndDate(char *strTmp, int *strLen) //得到有效截止日期
int _stdcall GetPeopleSex(char *strTmp, int *strLen) //得到性别信息
int _stdcall GetPeopleNation(char *strTmp, int *strLen) //得到民族信息
int _stdcall GetPeopleBirthday(char *strTmp, int *strLen) //得到出生日期
int _stdcall GetPeopleAddress(char *strTmp, int *strLen) //得到地址信息
说明:以上函数调用流程为:调用 CVR_Read_Content 或者 CVR_ReadBaseMsg 函数
成功后再分别调用以上函数。CVR_Read_Content 或者 CVR_ReadBaseMsg 函数
自动在应用程序当前目录产生BMP照片文件。
参数:
*strTmp 返回的信息缓存指针。
*strLen 返回的信息长度指针。