The IBackgroundCopyJob interface is successfully listed in the reference and
i can use it just fine. But the AddFileSet method on the interface doesn't
appear to be defined properly.
Here is how it comes into .Net:
Sub AddFileSet(ByVal cFileCount As UInteger, ByRef pFileSet As
BackgroundCopyManager._BG_FILE_INFO)
Shouldn't the ByRef of pFileSet be an array of _BG_FILE_INFO structures???
If not, there is really no difference between AddFileSet and AddFile
I've seen C++ code using the native API and it passes an array of
_BG_FILE_INFO structures.
Any help on how to get this working in .Net?