Queueing
Files
After you
have obtained a handle to a file queue by calling the SetupOpenFileQueue7Y5P1I function, you can add file
operations to the queue, either file-by-file, or by queueing all the files in
an INF section.
To add a copy
operation for an individual file to the file queue, call the SetupQueueCopyUEEWGQ function. If you want to
queue a file copy operation using the default source media and target destinations
specified in an INF file, you can call the SetupQueueDefaultCopy12RJCFC function.
You can add
an individual file delete or rename operation to the open file queue, by
calling the SetupQueueDelete9JRF1F
or SetupQueueRenameGJTAUF
function.