SPFILENOTIFY_STARTQUEUE  EYS70E 

[New - Windows NT]

The SPFILENOTIFY_STARTQUEUE notification is sent to the callback routine when the queue commitment process starts.

SPFILENOTIFY_STARTQUEUE

    Param1 = (UINT) OwnerWindow;

    Param2 = (UINT) 0;

 

Parameters

Param1

Handle to the window that is to own the dialog boxes that the callback routine generates.

Param2

Unused.

 

Return Values

If an error occurs, the callback routine should call SetLastError34N8_RG, specifying the error, and then return 0.  The SetupCommitFileQueue function will return FALSE and a subsequent call to GetLastError11C2VS7 will return the error code set by the callback routine.

If no error occurs, the callback routine should return a nonzero value.

See Also

SetupCommitFileQueue, SetupDefaultQueueCallback