Microsoft DirectX 9.0 |
The put_NetworkType method specifies the network type of the tuning space.
Syntax
HRESULT put__NetworkType(
REFCLSID NetworkTypeGuid
);
Parameters
NetworkTypeGuid
[in] Specifies the network type GUID. This GUID corresponds to the CLSID of the Network Provider for the tuning space. The value GUID_NULL means the tuning space does not use a Network Provider filter.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also