PC_REBALANCE_TYPE 枚举 (portcls.h)

枚举 PC_REBALANCE_TYPE 描述对重新均衡的支持类型。

语法

typedef enum {
  PcRebalanceNotSupported,
  PcRebalanceRemoveSubdevices
} PC_REBALANCE_TYPE;

常量

 
PcRebalanceNotSupported
指示不支持 PcRebalance。
PcRebalanceRemoveSubdevices
指示通过注销和重新注册音频子设备支持 PcRebalance。

注解

重新均衡用于某些 PCI 方案。 例如,将其他设备添加到 PCI 链中时,需要重新排列和合并内存资源的使用。

有关详细信息,请参阅 实现 PortCls 音频驱动程序的 PnP 重新平衡

适用于 Windows 10 版本 1511 及更高版本的 Windows。

要求

要求
Header portcls.h (包括 Portcls.h)