http://bugs.winehq.org/show_bug.cgi?id=23115
--- Comment #12 from Pavel rawlik@list.ru 2010-06-22 08:42:12 --- (In reply to comment #6) ...
The Stat implementation is now shared between the different types of storage objects. I guess we need an internal method for getting the filename (if applicable) that depends on the particular storage implementation.
Maybe add a BIGBLOCKFILE_Stat method, and use them ? Because only this class (BIGBLOCKFILE) have direct access to the file handle and ILockBytes object.