Microsoft DirectX 8.1 (C++) |
The get_NetworkType method retrieves the network type of the tuning space as a GUID.
Syntax
HRESULT get__NetworkType(
GUID* pNetworkTypeGuid
);
Parameters
pNetworkTypeGuid
[out] Pointer to a variable of type GUID that receives 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
Use the GUID retrieved in this method as the CLSID when creating the Network Provider filter when building the filter graph.
See Also