Previous topicNext topic
Help > XEngine_Core > XEngine_Core > NetCore_Socket > NetCore_UDPSocket > NetCore_UDPXCore >
NetCore_UDPXCore_GetTimeEx

函数

NetCore_UDPXCore_GetTimeEx

说明

获取发送接受最后处理时间

语法

BOOL NetCore_UDPXCore_GetTimeEx(XHANDLE xhNet, __int64u* pInt_RVTimer, __int64u* pInt_SDTimer)

参数

 参数.一:pInt_RVTimer
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出接受最后时间
 参数.二:pInt_SDTimer
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出发送最后时间

返回值

类型:逻辑型
意思:是否成功

备注