Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_NatProtocol > NatProtocol_StunNat >
NatProtocol_StunNat_ParseUNAttr

函数

NatProtocol_StunNat_ParseUNAttr

功能

解析未知属性

语法

BOOL NatProtocol_StunNat_ParseUNAttr(RFCCOMPONENTS_NATATTR* pSt_NATAttr, WORD*** pppwListAttr, int* pInt_Count)

参数

 参数.一:pSt_NATAttr
  In/Out:In
  类型:数据结构指针
  可空:N
  意思:输入属性信息
 参数.二:pppwListAttr
  In/Out:Out
  类型:三级指针
  可空:N
  意思:输出无法解析的属性列表
 参数.三:pInt_Count
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出列表个数

返回值

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

备注

 

示例