Previous topicNext topic
Help > XEngine_RfcComponents > RfcComponents_HttpProtocol > HttpProtocol_ServerHelp >
HttpProtocol_ServerHelp_GetParament

函数

HttpProtocol_ServerHelp_GetParament

功能

获得参数

语法

BOOL HttpProtocol_ServerHelp_GetParament(LPCSTR lpszUrl, CHAR*** pppSt_ListParament, int* pInt_ListCount, CHAR* ptszUrl = NULL)

参数

 参数.一:lpszUrl
  In/Out:In
  类型:常量字符指针
  可空:N
  意思:输入要获得的参数集
 参数.二:pppSt_ListParament
  In/Out:Out
  类型:三级指针
  可空:N
  意思:输出HTTP参数列表
 参数.三:pInt_ListCount
  In/Out:Out
  类型:整数型指针
  可空:N
  意思:输出列表个数
 参数.四:ptszUrl
  In/Out:Out
  类型:字符指针
  可空:Y
  意思:输出之前的URL

返回值

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

备注

 

示例