Esme Povirk (@madewokherd) commented about dlls/shell32/shlfileop.c:
+};
+struct file_operations { IFileOperation IFileOperation_iface; LONG ref;
- HWND hwnd;
- DWORD flags;
- BOOL fAnyOperationsAborted;
- LPVOID hNameMappings;
- LPCWSTR lpszProgressTitle;
- struct list ops;
};
-static inline struct file_operation *impl_from_IFileOperation(IFileOperation *iface) +static HRESULT add_operation( IShellItem *item, IShellItem *folder,
This should probably be named something else since it doesn't actually add the operation to the list.