IMiniportDMus::Service 方法(dmusicks.h)

此方法当前不需要在微型端口驱动程序中实现。 Service 方法当前未使用。

语法

void Service();

返回值

没有

言论

Service 旨在在延迟的过程调用(DPC)期间调用,并因调用 IPortDMus::Notify 方法而执行。 相反,DMus 端口驱动程序通过调用 IMXF::P utMessage,并使用 NULL 参数值将通知发送到微型端口驱动程序的输入流。 因此,Service 当前未使用。

要求

要求 价值
目标平台 桌面
标头 dmusicks.h (包括 Dmusicks.h)

另请参阅

IMXF::P utMessage

IMiniportDMus

IPortDMus::Notify