Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.85 KB

nf-bdasup-bdapropertypintypes.md

File metadata and controls

75 lines (58 loc) · 2.85 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.BdaPropertyPinTypes
BdaPropertyPinTypes function (bdasup.h)
The BdaPropertyPinTypes function retrieves a list of pin types in a template topology.
stream
04/25/2022
BdaPropertyPinTypes function
BdaPropertyPinTypes, BdaPropertyPinTypes function [Streaming Media Devices], bdaref_38003a0c-ac8f-4249-b7b1-a4979f05b7ab.xml, bdasup/BdaPropertyPinTypes, stream.bdapropertypintypes
bdasup.h
Bdasup.h
Desktop
Bdasup.lib
PASSIVE_LEVEL
Windows
BdaPropertyPinTypes
bdasup/BdaPropertyPinTypes
APIRef
kbSyntax
LibDef
Bdasup.lib
Bdasup.dll
BdaPropertyPinTypes

-description

The BdaPropertyPinTypes function retrieves a list of pin types in a template topology.

-parameters

-param pIrp [in]

Points to the IRP for the request to retrieve list of pin types. The BDA minidriver receives this IRP with the KSPROPERTY_BDA_PIN_TYPES request.

-param pKSProperty [in]

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

-param pulProperty [out]

Points to an array that receives the list of pin types.

-returns

Returns STATUS_SUCCESS or an appropriate error code.

-remarks

A BDA minidriver calls the BdaPropertyPinTypes function to retrieve the list of pin types after the minidriver receives a KSPROPERTY_BDA_PIN_TYPES 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 BdaPropertyPinTypes 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_PIN_TYPES

KSPROPSETID_BdaTopology