IMVNetworkRenderer4

IMVNetworkRenderer4 interface.extends the IMVNetworkRenderer3 interface of the MV Network Renderer filter.

Methods:

CurrentTCPConnections Count of the current TCP connections.
MaxTCPConnections Count of maximum allowed TCP connections.

Header file: IMVNetworkRenderer4.h
Interface definition language file: IMVNetworkRenderer4.idl
Typelib: MVNetworkRenderer4
Interface ID: IID_IMVNetworkRenderer4


Property IMVNetworkRenderer4::CurrentTCPConnections

Declaration: Property Get CurrentTCPConnections As Long

Count of the current TCP connections..

C Prototype:

HRESULT put_CurrentTCPConnections(LONG newVal);
HRESULT get_CurrentTCPConnections(LONG *pVal);


Property IMVNetworkRenderer4::MaxTCPConnections

Declaration: Property Get/Put MaxTCPConnections As Long

Count of maximum allowed TCP connections.

C Prototype:

HRESULT put_MaxTCPConnections(LONG newVal);
HRESULT get_MaxTCPConnections(LONG *pVal);