The SetupTermDefaultQueueCallback function is called after a queue has finished committing. It frees resources allocated by previous calls to SetupInitDefaultQueueCallback or SetupInitDefaultQueueCallbackEx.
VOID SetupTermDefaultQueueCallback(
  PVOID Context  // context used by the default callback routine
);
 Does not return a value.
To get extended error information, call GetLastError.
  Windows NT:  Use version 4.0 and later.
  Windows:  Use Windows 95 and later.
  Windows CE:  Unsupported.
  Header: Declared in setupapi.h.
  Import Library: Link with setupapi.lib.
Overview, Functions, SetupInitDefaultQueueCallback, SetupInitDefaultQueueCallbackEx