The SetupOpenFileQueue function creates a setup file queue.
HSPFILEQ SetupOpenFileQueue(
VOID // takes no parameters
);
None.
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. To get extended error information, call GetLastError.
After the file queue has been committed and is no longer needed, SetupCloseFileQueue should be called to release the resources allocated during SetupOpenFileQueue.
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, SetupCloseFileQueue, SetupCommitFileQueue, SetupInstallFile, SetupQueueCopy, SetupQueueDelete, SetupQueueRename