| 1 | # WslcReleaseSession |
| 2 | |
| 3 | ```c |
| 4 | STDAPI WslcReleaseSession(_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 = WslcReleaseSession(session); |
| 17 | session = NULL; |
| 18 | ``` |