the last part of your WIN32_FIND_DATA_WIDE type must be new added by MS:

Code:
dwFileType As Long
dwCreatorType As Long
wFinderFlags As Integer
i never saw this 3 properties before and i cant find any information about them at the internet.
The internet is full with the old declaration of the WIN32_FIND_DATA type.
I guess MS changed the internal handling of the API call to support the old and the new style of this type.
I also checked the official docs from MS for this type: the 3 new properties are listed but without any description.
Im sure older windows versions will not support them!
Take care if you use the new properties and run your app with older windows versions!