Previous | Next |
The GetMaximumClients method retrieves the maximum number of clients that can connect to this sink.
Syntax
HRESULT GetMaximumClients(
DWORD* pdwMaxClients
);
Parameters
[out] pdwMaxClients
Pointer to a double word containing the maximum number of 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 |