Esme Povirk (@madewokherd) commented about dlls/shell32/shlfileop.c:
- UINT wFunc;
- LPCWSTR pFrom;
- LPCWSTR pTo;
- LPCWSTR pNewName;
- LPCWSTR pTemplateName;
- DWORD attributes;
+};
+struct file_operations { IFileOperation IFileOperation_iface; LONG ref;
- HWND hwnd;
- DWORD flags;
- BOOL fAnyOperationsAborted;
- LPVOID hNameMappings;
I don't think this field is ever assigned.