用vb调用一个"gajmk.dll"动态库,
启动一个函数 
extern "c" int WINAPI GetInformation(int length,CertInformation *pcertitem)
结构如此定义
typedef struct
{
char *SerialNum; //学号
char *dns
char *ip
char *email
unsigned char Pubkeyinformation[128]
}CertInformation
我在vb中该如何声明此dll中的GetInformation
最后一个参数(CertInformation *pcertitem)怎么声明阿,用any,还是long啊,!?
而且我怎么在vb中声明我的CertInformation结构呢,里面还包含指针啊,请各位大虾详细说明,谢谢阿,期待您帮助中thanks