PFNIDLE

PFNIDLE is a pointer type used to declare a MAPI idle function   a function with the prototype FNIDLE19HJWII.

Quick Info

Header file:

MAPIUTIL.H

 

typedef FNIDLE     *PFNIDLE;

 

Remarks

Functions based on the FNIDLE prototype are functions that a service provider writes to perform processing during idle time in the CPU. Service providers register their FNIDLE functions by calling FtgRegisterIdleRoutine11QF8LZ and cancel the registration by calling DeregisterIdleRoutineE37YQ4.

See Also

FNIDLE