Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |