有一个dll(net.dll),返回值:0成功,非0错误码
提供以下函数:
char* GetErrText(int errCode) 
int DllOpen(long* hdl,const char* IP)
int DllClose(long hdl)
int DllTest(long hdl)如何在vb中调用它?