GetPostform function
获取指定 POST 表单值
Function:
LPCSTR UAPI GetPostform(
int hMessage,
LPCSTR lpcName
);
Parameters:
- hMessage [in]:请求句柄
- lpcName [in]:表单名
Return value:
- Type:LPCSTR
- Text:成功返回表单值,失败返回 NULLPTR,函数失败返回 NULLPTR
Remarks:
参数 lpcName 大小写敏感
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.message |
| Library Server | kext |