FILEINFOBYHANDLEBUFFER
FILEINFOBYHANDLEBUFFER is a structure used in Windows operating systems to retrieve information about a file when you have a file handle. This structure is passed to the GetFileInformationByHandle function. It contains various members that describe the file's attributes, size, and other relevant metadata.
The members of FILEINFOBYHANDLEBUFFER include a FILETIME structure for creation, access, and write times, a DWORD
Using FILEINFOBYHANDLEBUFFER and GetFileInformationByHandle is a way to query file system details directly from a valid