2.4.1.4 Default Queue Callback Routine Functions
The default queue callback routine handles common notifications sent from a committing queue in a generic manner. By using the default routine, you get a ready-made user interface to handle common setup user interaction and some error handling processes.
The following functions are used with the default queue callback routine.
SetupDefaultQueueCallback | The default queue callback routine. |
SetupInitDefaultQueueCallback | Initializes context information needed by the default queue callback routine. |
SetupInitDefaultQueueCallbackEx | Initializes context information needed by the default queue callback routine and specifies a separate window to display progress messages. |
SetupTermDefaultQueueCallback | Releases resources used for context information needed by the default queue message handler callback routine. |
For more information on the default queue callback functions, see the Win32 SDK documentation.