IBDA_Topology::GetNodeInterfaces method (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetNodeInterfaces method retrieves a list of the interfaces supported by a node type.

Syntax

HRESULT GetNodeInterfaces(
  [in]  ULONG   ulNodeType,
  [out] ULONG   *pulcInterfaces,
  [in]  ULONG   ulcInterfacesMax,
  [out] GUID [] rgguidInterfaces
);

Parameters

[in] ulNodeType

Specifies the node type for which the interface list is being requested.

[out] pulcInterfaces

Pointer that receives the number of interfaces in the list.

[in] ulcInterfacesMax

Specifies the maximum number of interfaces that rgguidInterfaces can hold.

[out] rgguidInterfaces

Pointer to a buffer that holds the list of interface GUIDs.

Return value

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

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

Error and Success Codes

IBDA_Topology Interface