IWMClientConnections2 interface (wmsdkidl.h)

[The feature associated with this page, Windows Media Format 11 SDK, is a legacy feature. It has been superseded by Source Reader and Sink Writer. Source Reader and Sink Writer have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use Source Reader and Sink Writer instead of Windows Media Format 11 SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IWMClientConnections2 interface retrieves advanced client information.

The writer network sink object exposes this interface. You can retrieve a pointer to this interface by calling the QueryInterface method of any other interface on a writer network sink object.

The following interfaces can be obtained by using the QueryInterface method of this interface.

Interface IID
IWMClientConnections IID_IWMClientConnections
IWMRegisterCallback IID_IWMRegisterCallback
IWMWriterNetworkSink IID_IWMWriterNetworkSink
IWMWriterSink IID_IWMWriterSink

Inheritance

The IWMClientConnections2 interface inherits from IWMClientConnections. IWMClientConnections2 also has these types of members:

Methods

The IWMClientConnections2 interface has these methods.

 
IWMClientConnections2::GetClientInfo

The GetClientInfo method retrieves information about a client attached to a writer network sink.

Requirements

   
Target Platform Windows
Header wmsdkidl.h

See also

IWMClientConnections

Interfaces