|
1
|
# WslcTerminateSession |
|
2
|
|
|
3
|
```c |
|
4
|
STDAPI WslcTerminateSession(_In_ WslcSession session); |
|
5
|
``` |
|
6
|
|
|
7
|
| Parameter | Type | Direction | |
|
8
|
|---|---|---| |
|
9
|
| `session` | `WslcSession` | in | |
|
10
|
|
|
11
|
Return value: `HRESULT`. |
|
12
|
|
|
13
|
Example: |
|
14
|
|
|
15
|
```c |
|
16
|
HRESULT hr = WslcTerminateSession(session); |
|
17
|
``` |