IBDA_NetworkProvider::GetNetworkType

 
Microsoft DirectShow 9.0

IBDA_NetworkProvider::GetNetworkType

The GetNetworkType method retrieves the network type.

Syntax

  HRESULT GetNetworkType(
  GUID*  pguidNetworkType
);

Parameters

  pguidNetworkType

[in, out]  Receives a GUID specifying the network type.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Include Bdaiface.h.

See Also