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