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
);
A pointer to the context used by the default queue callback routine.
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, SetupDefaultQueueCallback, SetupInitDefaultQueueCallbackEx