WdsTransportClientWaitForCompletion function (wdstci.h)
Blocks until either the multicast session is complete or the specified timeout is reached.
Syntax
DWORD WDSTCIAPI WdsTransportClientWaitForCompletion(
[in] HANDLE hSessionKey,
[in] ULONG uTimeout
);
Parameters
[in] hSessionKey
Unique handle returned by the call to WdsTransportClientInitializeSession.
[in] uTimeout
A timeout, in milliseconds.
Return value
If the function succeeds, the return value is ERROR_SUCCESS.
Requirements
| Minimum supported client | Windows Vista with SP1 [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | wdstci.h |
| Library | Wdstptc.lib |
| DLL | Wdstptc.dll |