Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.26 KB

nf-swenum-ksremovebusenuminterface.md

File metadata and controls

74 lines (56 loc) · 2.26 KB
UID title description old-location 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:swenum.KsRemoveBusEnumInterface
KsRemoveBusEnumInterface function (swenum.h)
The KsRemoveBusEnumInterface function removes an interface to the demand-load bus enumerator object.
stream\ksremovebusenuminterface.htm
stream
04/23/2018
KsRemoveBusEnumInterface function
KsRemoveBusEnumInterface, KsRemoveBusEnumInterface function [Streaming Media Devices], ksfunc_cf6401bc-80bf-4678-80f9-89c23b333bdc.xml, stream.ksremovebusenuminterface, swenum/KsRemoveBusEnumInterface
swenum.h
Swenum.h
Universal
Ks.lib
Windows
KsRemoveBusEnumInterface
swenum/KsRemoveBusEnumInterface
APIRef
kbSyntax
LibDef
Ks.lib
Ks.dll
KsRemoveBusEnumInterface

KsRemoveBusEnumInterface function

-description

This function is intended for internal use only.

The KsRemoveBusEnumInterface function removes an interface to the demand-load bus enumerator object.

-parameters

-param Irp [in]

Pointer to an IRP that contains a SWENUM_INSTALL_INTERFACE structure that specifies the device ID, interface ID, and reference string of the specific device and interface to be removed. For information about this structure, see theRemarks section below.

-returns

Returns STATUS_SUCCESS if successful. Otherwise, it returns an appropriate error code.

-remarks

The Irp->AssociatedIrp.SystemBuffer is assumed to contain a SWENUM_INSTALL_INTERFACE structure. The DeviceId, InterfaceId and ReferenceString members of the structure specify the specific device and interface to be removed.

-see-also

KsInstallBusEnumInterface

SWENUM_INSTALL_INTERFACE