Microsoft DirectX 8.1 (C++)

ITuningSpace::put__NetworkType

The put_NetworkType method specifies the network type of the tuning space as a REFCLSID.

Syntax

HRESULT put__NetworkType(
    REFCLSID NetworkTypeGuid
    );

Parameters

NetworkTypeGuid

[in] Variable of type REFCLSID that specifies the network type.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

See Also