Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 2.91 KB

nf-portcls-iunregistersubdevice-unregistersubdevice.md

File metadata and controls

85 lines (58 loc) · 2.91 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:portcls.IUnregisterSubdevice.UnregisterSubdevice
IUnregisterSubdevice::UnregisterSubdevice (portcls.h)
The UnregisterSubdevice method deletes the registration of a subdevice that was previously registered by a call to PcRegisterSubdevice.
audio\iunregistersubdevice_unregistersubdevice.htm
audio
05/08/2018
IUnregisterSubdevice::UnregisterSubdevice
IUnregisterSubdevice interface [Audio Devices],UnregisterSubdevice method, IUnregisterSubdevice.UnregisterSubdevice, IUnregisterSubdevice::UnregisterSubdevice, UnregisterSubdevice, UnregisterSubdevice method [Audio Devices], UnregisterSubdevice method [Audio Devices],IUnregisterSubdevice interface, audio.iunregistersubdevice_unregistersubdevice, audmp-routines_8fb24a5e-af25-42e0-a96e-2f4728f17cde.xml, portcls/IUnregisterSubdevice::UnregisterSubdevice
portcls.h
Portcls.h
Universal
PASSIVE_LEVEL
Windows
IUnregisterSubdevice::UnregisterSubdevice
portcls/IUnregisterSubdevice::UnregisterSubdevice
APIRef
kbSyntax
COM
portcls.h
IUnregisterSubdevice::UnregisterSubdevice

IUnregisterSubdevice::UnregisterSubdevice

-description

The UnregisterSubdevice method deletes the registration of a subdevice that was previously registered by a call to PcRegisterSubdevice.

-parameters

-param DeviceObject [in]

Pointer to the device object for the adapter device. This parameter must point to a system structure of type DEVICE_OBJECT.

-param Unknown [in]

Pointer to the IPort interface of the port driver object that is bound to the subdevice.

-returns

UnregisterSubdevice returns STATUS_SUCCESS if the call was successful. Otherwise, it returns an appropriate error code.

-remarks

For more information, see Dynamic Audio Subdevices.

-see-also

DEVICE_OBJECT

IPort

IUnregisterSubdevice

PcRegisterSubdevice