123456789101112131415161718 |
- $PBExportHeader$f_init_yunregcom.srf
- global type f_init_yunregcom from function_object
- end type
- forward prototypes
- global subroutine f_init_yunregcom (ref string arg_msg)
- end prototypes
- global subroutine f_init_yunregcom (ref string arg_msg);uo_comhelper uo_com
- uo_com = create uo_comhelper
- arg_msg = ''
- YunRegCom = uo_com.uf_get_yunregcom(ref arg_msg)
- destroy uo_com
- end subroutine
|