Is it possible to retrieve the checksums/hashes that ReFS creates for integrity streams? I found this document which describes a new API control code: FSCTL_GET_INTEGRITY_INFORMATION, but it seems to only get some details about the integrity stream like checksum type and chunk size, not the checksums themselves.
I'm interested in this information because I'm writing a program that needs to identify file change more robustly than just file-name and time-stamp, and I'd hate to re-do all the checksumming that the filesystem is already doing, especially since I'm working with terabytes of data.