Previous | Next |
The SetMaximumClients method sets the maximum number of clients that can connect to this sink.
Syntax
HRESULT SetMaximumClients(
DWORD dwMaxClients
);
Parameters
dwMaxClients
[in] Double word containing the max clients.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Remarks
The default maximum number of clients is 10.
See Also
Previous | Next |