Windows Media Format SDK banner art
PreviousNext

IWMWriterNetworkSink::SetMaximumClients

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

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.