PFNIDLE
PFNIDLE is a pointer type used to declare a MAPI idle
function a function with the prototype FNIDLE
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 FtgRegisterIdleRoutineE37YQ4.
See Also