WslcReleaseSession
STDAPI WslcReleaseSession(_In_ WslcSession session);
| Parameter | Type | Direction |
|---|---|---|
session |
WslcSession |
in |
Return value: HRESULT.
Example:
HRESULT hr = WslcReleaseSession(session);
session = NULL;
STDAPI WslcReleaseSession(_In_ WslcSession session);
| Parameter | Type | Direction |
|---|---|---|
session |
WslcSession |
in |
Return value: HRESULT.
Example:
HRESULT hr = WslcReleaseSession(session);
session = NULL;