这句代码,在VB中怎么写呢?帮帮忙
int __stdcall RQuery (const char*cReaderName, const char*cCommand, char*ReplyBuffer) --------------------编程问答-------------------- Private Declare Function RQuery Lib "Yourdll.dll" (ByVal cReaderName As string, ByVal cCommand As string, ByVal ReplyBuffer As string) As Long补充:VB , API