GetSessionEx function
获取指定 Session 变量的值
Function:
bytes UAPI GetSessionEx(
int hSession,
LPCSTR lpcName
);
Parameters:
- hSession [in]:Session 句柄
- lpcName [in]:变量名
Return value:
- Type:BYTES
- Text:成功返回指定变量的值,失败返回 NULL
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.message |
| Library Server | kext |