DelSession function
删除指定 Session 变量
Function:
bool UAPI DelSession(
int hSession,
LPCSTR lpcName
);
Parameters:
- hSession [in]:Session 句柄
- lpcName [in]:变量名
Return value:
- Type:BOOL
- Text:成功返回 TRUE,失败返回 FALSE
Requirements:
| Keyword | Value |
|---|---|
| Minimum Agine Version | 171012.1 |
| Minimum SDK Version | 171012.1 |
| Header File | h.message |
| Library Server | kext |