SetupInitDefaultQueueCallback  5OUN88 

[New - Windows NT]

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.

See Also

SetupDefaultQueueCallback, SetupInitDefaultQueueCallbackEx