Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |