Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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 |