The SetupQueueDelete function places an individual file delete operation on a setup file queue.
BOOL SetupQueueDelete(
HSPFILEQ QueueHandle, // handle to the file queue
PCTSTR PathPart1, // path to the file to delete
PCTSTR PathPart2 // optional, additional path info
);
If the function succeeds, the return value is a non-zero value.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Since delete operations are assumed to take place on fixed media, the user will not be prompted when the queue is committed.
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, SetupQueueCopy, SetupQueueDeleteSection, SetupQueueRename