IServiceGroup::SupportDelayedService method (portcls.h)
The SupportDelayedService
method indicates that the service group should prepare to support delayed service.
Syntax
void SupportDelayedService();
Return value
None
Remarks
The SupportDelayedService
method initializes the notification timer that is used for delayed service. Call this method once before making any calls to IServiceGroup::RequestDelayedService.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | portcls.h (include Portcls.h) |
IRQL | <=DISPATCH_LEVEL |