A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/windows/desktop/api/setupapi/nf-setupapi-setupopenfilequeue below:

SetupOpenFileQueue function (setupapi.h) - Win32 apps

SetupOpenFileQueue function (setupapi.h)

In this article

[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 SetupOpenFileQueue function creates a setup file queue.

Syntax
WINSETUPAPI HSPFILEQ SetupOpenFileQueue();
Return value

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.

Requirements Requirement Value Minimum supported client Windows XP [desktop apps only] Minimum supported server Windows Server 2003 [desktop apps only] Target Platform Windows Header setupapi.h Library Setupapi.lib DLL Setupapi.dll See also

Functions

Overview

SetupCloseFileQueue

SetupCommitFileQueue

SetupInstallFile

SetupQueueCopy

SetupQueueDelete

SetupQueueRename

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4