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