Win32 API equivalent to POSIX pathconf() _PC_MIN_HOLE_SIZE (minimum sparse file hole size)?

57 Views Asked by At

What is the Win32 API equivalent to POSIX pathconf() _PC_MIN_HOLE_SIZE, i.e. how can I query the minimum sparse file hole size for a specific path in a filesystem?

0

There are 0 best solutions below