SetupCloseFileQueue Function
[This function is available for use in the operating systems indicated in the Requirements section. It may be altered or unavailable in subsequent versions. SetupAPI should no longer be used for installing applications. Instead, use the Windows Installer for developing application installers. SetupAPI continues to be used for installing device drivers.]
The SetupCloseFileQueue function destroys a setup file queue.
Syntax
void SetupCloseFileQueue( __in HSPFILEQ QueueHandle );
Parameters
- QueueHandle [in]
-
Handle to an open setup file queue.
Return Value
This function does not return a value.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
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header | Setupapi.h |
|
Library | Setupapi.lib |
|
DLL | Setupapi.dll |
See Also
- Overview
- Functions
- SetupCommitFileQueue
- SetupInstallFile
- SetupQueueCopy
- SetupQueueDefaultCopy
- SetupQueueDelete
- SetupQueueRename
Build date: 8/19/2010