This method does not currently need to be implemented in the miniport driver. The Service method is currently unused.
VOID
Service(
VOID
);
None
None
Declared in dmusicks.h. Include dmusicks.h.
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.