SetupOpenFileQueue  158LMO3 

[New - Windows NT]

The SetupOpenFileQueue function creates a setup file queue.

HSPFILEQ SetupOpenFileQueue(

    VOID

// takes no parameters

   );

 

 

Parameters

None.

Return Values

If the function succeeds, it returns a handle to a setup file queue. If there is not enough memory to create the queue, the function returns INVALID_HANDLE_VALUE.

Remarks

After the file queue has been committed and is no longer needed, SetupCloseFileQueue14AJ7OS should be called to release the resources allocated during SetupOpenFileQueue.

See Also

SetupCloseFileQueue, SetupCommitFileQueue, SetupInstallFile, SetupQueueCopy, SetupQueueDelete, SetupQueueRename