SetupOpenFileQueue

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. To get extended error information, call GetLastError.

Remarks

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

QuickInfo

  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.

See Also

Overview, Functions, SetupCloseFileQueue, SetupCommitFileQueue, SetupInstallFile, SetupQueueCopy, SetupQueueDelete, SetupQueueRename