ttbb 发表于 2009-11-18 11:59:22

请问@InetGetBytesRead在哪个版本中存在?

大家好,请问请问@InetGetBytesRead在哪个版本中存在?我现在是3.3.1.1,测试时总提示这个宏没有定义,真郁闷.谢谢

kodin 发表于 2009-11-18 13:43:33

InetGet("abort"), @InetGetActive and @InetGetBytesRead are now deprecated. The following list shows the new functions used to access the old behavior:
InetGet("abort") - Calling the new InetClose() function with a handle returned from InetGet() will abort a download.
@InetGetActive - Calling the new InetGetInfo() function with no parameters returns a count of active downloads.
@InetGetBytesRead - Calling the new InetGetInfo() function with a handle returned from InetGet()will return the bytes read (and more) for a download.

ttbb 发表于 2009-11-18 16:15:19

非常感谢,我得好好看看
页: [1]
查看完整版本: 请问@InetGetBytesRead在哪个版本中存在?