Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The PcGetPhysicalDeviceObject function enables audio miniport drivers to retrieve the underlying physical device object of the audio device.
Syntax
PORTCLASSAPI NTSTATUS PcGetPhysicalDeviceObject(
[in] IN PDEVICE_OBJECT pDeviceObject,
[out] OUT PDEVICE_OBJECT *ppPhysicalObject
);
Parameters
[in] pDeviceObject
Pointer to the device object for the device.
[out] ppPhysicalObject
Pointer to the physical object for the device.
Return value
The PcGetPhysicalDeviceObject function returns STATUS_SUCCESS if the function call was successful. Otherwise, it returns the appropriate error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available starting in Windows 8. |
| Target Platform | Universal |
| Header | portcls.h |
| Library | Portcls.lib |
| IRQL | Any level |