EnableIdleRoutine 

The EnableIdleRoutine function enables or disables an idle function based on the FNIDLE19HJWII function prototype.

 

Note  This function may not be supported in future versions of MAPI.

 

Quick Info

Header file:

MAPIUTIL.H

Implemented by:

MAPI

Called by:

Client applications and service providers

 

VOID EnableIdleRoutine(

    FTG ftg,

 

    BOOL fEnable

 

   );

 

 

Parameters

ftg

[in] Function tag that identifies the idle function to be enabled or disabled.

fEnable

[in] Contains TRUE if the idle engine should enable the idle function, or FALSE if the idle engine should disable it.

 

See Also

FtgRegisterIdleRoutine11QF8LZ