SetupTermDefaultQueueCallback

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
);
 

Parameters

Context
Supplies a pointer to the context used by the default callback routine.

Return Values

Does not return a value.

To get extended error information, call GetLastError.

QuickInfo

  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.

See Also

Overview, Functions, SetupInitDefaultQueueCallback, SetupInitDefaultQueueCallbackEx