Skip to content

WslcReleaseContainer

STDAPI WslcReleaseContainer(_In_ WslcContainer container);
Parameter Type Direction
container WslcContainer in

Return value: HRESULT.

Example:

HRESULT hr = WslcReleaseContainer(container);
container = NULL;