Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.94 KB

nf-bdasup-bdapropertynodeevents.md

File metadata and controls

75 lines (58 loc) · 2.94 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:bdasup.BdaPropertyNodeEvents
BdaPropertyNodeEvents function (bdasup.h)
The BdaPropertyNodeEvents function retrieves a list of events that a node supports.
stream
04/25/2022
BdaPropertyNodeEvents function
BdaPropertyNodeEvents, BdaPropertyNodeEvents function [Streaming Media Devices], bdaref_2c17ed4f-8a4c-41bc-b543-9b2e5b82834b.xml, bdasup/BdaPropertyNodeEvents, stream.bdapropertynodeevents
bdasup.h
Bdasup.h
Desktop
Bdasup.lib
PASSIVE_LEVEL
Windows
BdaPropertyNodeEvents
bdasup/BdaPropertyNodeEvents
APIRef
kbSyntax
LibDef
Bdasup.lib
Bdasup.dll
BdaPropertyNodeEvents

-description

The BdaPropertyNodeEvents function retrieves a list of events that a node supports.

-parameters

-param pIrp [in]

Points to the IRP for the request to retrieve the list of events for a node. The BDA minidriver receives this IRP with the KSPROPERTY_BDA_NODE_EVENTS request.

-param pKSProperty [in]

Points to a KSPROPERTY structure that describes the property and request type of the property request.

-param pguidProperty [out, optional]

Points to an array that receives the list of GUIDs for the events supported by a node.

-returns

Returns STATUS_SUCCESS or an appropriate error code.

-remarks

A BDA minidriver calls the BdaPropertyNodeEvents function to retrieve the list of events for a node after the minidriver receives a KSPROPERTY_BDA_NODE_EVENTS request of the KSPROPSETID_BdaTopology property set from the network provider. Most BDA minidrivers can define dispatch and filter-automation tables so that those minidrivers dispatch the BdaPropertyNodeEvents function directly, without intercepting this request using an internal get-handler (KStrGetPropertyHandler). See Defining Automation Tables and Determining BDA Device Topology for more information.

-see-also

KSPROPERTY

KSPROPERTY_BDA_NODE_EVENTS

KSPROPSETID_BdaTopology