Google
??www.dodoakn ??DoDoKan

函数:hw_GetText()

hw_GetText
取得纯文字文件。
语法: int hw_gettext(int connection, int objectID, int [rootID]);
返回值: 整数
函数种类: 网络系统

内容说明

本函数用来取得纯文字文件,无法打开其它格式的文件。参数 connection 为和 Hyperwave 服务器的连接代码。参数 objectID 为指定的类 ID 值。参数 rootID 可省略,默认值为 0,表自动在锚 (ancher) 链接处加上适当的路径字符串。

参考

hw_PipeDocument()  hw_Free_Document()  hw_DocumentBodyTag()  hw_DocumentSize()  hw_OutputDocument()  

函数:hw_GetSrcByDestObj()

hw_GetSrcByDestObj
取得指定目的的文件内容。
语法: array hw_getsrcbydestobj(int connection, int objectID);
返回值: 数组
函数种类: 网络系统

内容说明

本函数用来取得网络上远端机器的子文件。若子文件数值为 1,则返回该文件本身;若子文件数超过 1,则返回类记录数组,更多的信息可以参考 Hyperwave 程序设计手册。参数 connection 为和 Hyperwave 服务器的连接代码。参数 objectID 为指定的类 ID 值。

函数:hw_GetRemoteChildren()

hw_GetRemoteChildren
取得远端的子文件。
语法: [array|int] hw_getremotechildren(int connection, string object_record);
返回值: 数组或整数
函数种类: 网络系统

内容说明

本函数用来取得网络上远端机器的子文件。若子文件数值为 1,则返回该文件本身;若子文件数超过 1,则返回类记录数组,更多的信息可以参考 Hyperwave 程序设计手册。参数 connection 为和 Hyperwave 服务器的连接代码。参数 object_record 为指定的类记录。

参考

hw_GetRemote()  

函数:hw_GetRemote()

hw_GetRemote
取得远端文件。
语法: int hw_getremote(int connection, int objectID);
返回值: 整数
函数种类: 网络系统

内容说明

本函数用来取得网络上远端机器的文件,透过 Hyperwave 闸道界面 (HGI, Hyperwave Gateway Interface) 取得 http、ftp 及部份数据库的文件资料。参数 connection 为和 Hyperwave 服务器的连接代码。参数 objectID 为指定的类 ID 值。

函数:hw_GetParentsObj()

hw_GetParentsObj
取得父类的资料。
语法: array hw_getparentsobj(int connection, int objectID);
返回值: 数组
函数种类: 网络系统

内容说明

本函数用来取得父类的资料记录。参数 connection 为和 Hyperwave 服务器的连接代码。参数 objectID 为指定的类 ID 值。