Platform SDK: Installing Applications/Setup

SetupCloseFileQueue

The SetupCloseFileQueue function destroys a setup file queue.

VOID SetupCloseFileQueue(
  HSPFILEQ QueueHandle  // handle to the file queue to close
);

Parameters

QueueHandle
Handle to an open setup file queue.

Remarks

The SetupCloseFileQueue function does not flush the queue; pending operations are not performed. To commit a file queue before closing it call SetupCommitFileQueue.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in Setupapi.h.
  Library: Use Setupapi.lib.

See Also

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