uc6573 (查看源代码)
 
定义在: uf_gent.h
 
概述
uc6573 add/append character data to a generic entity
-- replaced by UF_UDOBJ_add_strings
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int uc6573
(
tag_t np1,
int jp2,
char cp3 [ ] [ 133 ]
)
tag_t (tag_t类型)np1
int (整数型)jp2
charcp3 [ ] [ 133 ]

 


 
uc6578 (查看源代码)
 
定义在: uf_gent.h
 
概述
uc6578 read character data from a generic entity
-- replaced by UF_UDOBJ_ask_udo_data
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int uc6578
(
tag_t np1,
int jp2,
int jp3,
char cr4 [ ] [ 133 ]
)
tag_t (tag_t类型)np1
int (整数型)jp2
int (整数型)jp3
charcr4 [ ] [ 133 ]

 


 
uc6582 (查看源代码)
 
定义在: uf_gent.h
 
概述
uc6582 modify character data in a generic entity
-- replaced by UF_UDOBJ_ask_udo_data
and UF_UDOBJ_edit_strings
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
int uc6582
(
tag_t np1,
int jp2,
int jp3,
char cp4 [ ] [ 133 ]
)
tag_t (tag_t类型)np1
int (整数型)jp2
int (整数型)jp3
charcp4 [ ] [ 133 ]

 


 
uf6586 (查看源代码)
 
定义在: uf_gent.h
 
概述
uf6586 set/reset a generic entity modified
-- replaced by UF_UDOBJ_clear_udo_status
 
需要许可证(S)
gateway (UG入口基本模块,Gateway是所有其它Uuigraphics模块的一个必要条件)

 
void uf6586
(
const tag_t * np1,
const int * ip2,
int * ir3
)
const tag_t *np1
const int *ip2
int * (整数型指针)ir3