IPortMidi::RegisterServiceGroup method (portcls.h)
The RegisterServiceGroup
method registers the service group to be used for the IPortMidi::Notify method.
Syntax
void RegisterServiceGroup(
[in] PSERVICEGROUP ServiceGroup
);
Parameters
[in] ServiceGroup
Pointer to the miniport driver's IServiceGroup object that is being registered.
Return value
None
Remarks
The ServiceGroup parameter follows the reference-counting conventions for COM objects.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | portcls.h (include Portcls.h) |
IRQL | PASSIVE_LEVEL |