SetupInitDefaultQueueCallback

The SetupInitDefaultQueueCallback function initializes the context used by the default queue callback routine included with the Setup API.

PVOID SetupInitDefaultQueueCallback(
  HWND OwnerWindow  // parent window of any dialog boxes created by 
                    // the callback routine
);
 

Parameters

OwnerWindow
Supplies the handle of the window to use as the parent of any dialog boxes generated by the default callback routine.

Return Values

A pointer to the context used by the default queue callback routine.

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, SetupDefaultQueueCallback, SetupInitDefaultQueueCallbackEx