Microsoft DirectX 9.0 |
The get_NetworkType method retrieves the network type for this tuning space.
Syntax
HRESULT get__NetworkType(
GUID* pNetworkTypeGuid
);
Parameters
pNetworkTypeGuid
[out] Pointer to a variable that receives the network type GUID. This GUID corresponds to the CLSID of the Network Provider for the tuning space. For some tuning spaces, the network type is GUID_NULL, which 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