IMiniportWaveRT::GetDeviceDescription method (portcls.h)

The GetDeviceDescription method returns a pointer to a DEVICE_DESCRIPTION structure describing the device.

Syntax

NTSTATUS GetDeviceDescription(
  [out] PDEVICE_DESCRIPTION DeviceDescription
);

Parameters

[out] DeviceDescription

Pointer to a DEVICE_DESCRIPTION structure to be filled in by the miniport. The caller specifies a valid, non-NULL pointer value for this parameter.

Return value

GetDeviceDescription returns STATUS_SUCCESS if the call was successful. Otherwise, the method returns an appropriate error status code.

Remarks

The DeviceDescription parameter contains a pointer to a DEVICE_DESCRIPTION structure that the miniport fills in to describe the device

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later Windows operating systems.
Target Platform Universal
Header portcls.h
IRQL Passive level

See also

DEVICE_DESCRIPTION

IMiniportWaveRT

IPortWaveRT