Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Continues from a previous call to the TLSLicenseEnumBegin function and terminates the enumeration.
Note
This function has no associated header file or import library. To call this function, you must create a user-defined header file and use the LoadLibrary and GetProcAddress functions to dynamically link to Mstlsapi.dll.
DWORD WINAPI TLSLicenseEnumEnd(
_In_ TLS_HANDLE hHandle,
_Out_ PDWORD pdwErrCode
);
hHandle [in]
Handle to a Remote Desktop license server. Specify a handle that is opened by the TLSConnectToLsServer function.
pdwErrCode [out]
Pointer to a variable that receives one of the following error codes on return.
LSERVER_S_SUCCESS (0)
Call is successful.
LSERVER_E_INVALID_HANDLE (5005)
The handle is not valid.
This function returns the following possible return values.
RPC_S_OK
The call succeeded. Check the value of the pdwErrCode parameter to get the return code for the call.
RPC_S_INVALID_ARG
The argument was not valid.
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
DLL |
|
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today