Anybody here successfully use the SHFileOperationW (the Unicode version of SHFileOperation) in VB/VBA?

No problem with the ANSI version, but Unicode version seems elusive.

I'm using the option to delete a directory.
SHFileOperation will delete a non-empty directory, so it's more convenient than using RemoveDirectory.