Edit

Share via


WTSCloudAuthClose function (wtsapi32.h)

Closes a cloud authentication handle obtained by calling WTSCloudAuthOpen.

Syntax

void WTSCloudAuthClose(
  [in] WTS_CLOUD_AUTH_HANDLE cloudAuthHandle
);

Parameters

[in] cloudAuthHandle

The cloud authentication handle to close.

Return value

None

Remarks

This function should be called to free resources associated with a cloud authentication handle when it is no longer needed.

Requirements

Requirement Value
Minimum supported client Windows, version 26100
Header wtsapi32.h