Share via


IBDA_Topology::GetNodeInterfaces Method

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

  • ulNodeType [in]
    Specifies the node type for which the interface list is being requested.

  • pulcInterfaces [out]
    Pointer that receives the number of interfaces in the list.

  • ulcInterfacesMax [in]
    Specifies the maximum number of interfaces that rgguidInterfaces can hold.

  • rgguidInterfaces [out]
    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

Header Declared in Bdaiface.h.

See Also

Error and Success Codes
IBDA_Topology Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008