Share via


ITunerCap::get_SupportedNetworkTypes Method

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.
The get_SupportedNetworkTypes method retrieves a list of the network types that are supported by the TV tuner.

Syntax

HRESULT get_SupportedNetworkTypes(
  [in]       ULONG ulcNetworkTypesMax,
  [out]      ULONG *pulcNetworkTypes,
  [in, out]  GUID *pguidNetworkTypes
);

Parameters

  • ulcNetworkTypesMax [in]
    Specifies the maximum number of network-type GUIDs that the pguidNetworkTypes buffer can hold.

  • pulcNetworkTypes [out]
    Pointer to a variable that receives a count of the number of network-type GUIDs actually written to the pguidNetworkTypes buffer.

  • pguidNetworkTypes [in, out]
    Pointer to a buffer that receives an array of network-type GUIDs. For the list of valid network-type GUIDs, see Default Tuning Spaces.

Return Value

When the method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

Requirements

Header Declared in Bdaiface.h.

See Also

ITunerCap Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008