Previous Next

IMiniportDMus::Service

This method does not currently need to be implemented in the miniport driver. The Service method is currently unused.

VOID
  Service(
    VOID
    );

Parameters

None

Return Value

None

Headers

Declared in dmusicks.h. Include dmusicks.h.

Comments

Service was intended to be called during a DPC and was to be executed as the result of a call of the IPortDMus::Notify method. Instead PortDMus calls IMXF::PutMessage on the miniport driver's input stream with a NULL parameter to accomplish this, so Service is currently unused.

See Also

IPortDMus::Notify, IMXF::PutMessage