Microsoft DirectX 8.1 (C++)

ITuningSpace::put_NetworkType

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

Syntax

HRESULT put_NetworkType(
    BSTR NetworkTypeGuid
    );

Parameters

NetworkTypeGuid

[in] Variable of type BSTR 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.

Remarks

This method is provided for Visual Basic and scripting applications. C++ applications should use put__NetworkType.

See Also