This topic has not yet been rated - Rate this topic

IServiceGroup::SupportDelayedService method

The SupportDelayedService method indicates that the service group should prepare to support delayed service.

Syntax


VOID SupportDelayedService(
   None
);

Parameters

None

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

Header

Portcls.h (include Portcls.h)

IRQL

<=DISPATCH_LEVEL

See also

IServiceGroup::RequestDelayedService

 

 

Send comments about this topic to Microsoft

Build date: 11/30/2012

© 2013 Microsoft. All rights reserved.