Bill Zissimopoulos 2ffb8a1c97
sys: FSP_FSCTL_QUERY_WINFSP
The FSP_FSCTL_QUERY_WINFSP code provides a simple method to determine if
the file system backing a file is a WinFsp file system. To use issue a

    DeviceIoControl(Handle, FSP_FSCTL_QUERY_WINFSP, 0, 0, 0, 0, &Bytes, 0)

If the return value is TRUE this is a WinFsp file system.
2020-05-24 21:04:28 -07:00
..
2020-05-24 21:04:28 -07:00
2020-04-25 00:48:40 -07:00
2020-01-02 17:50:40 -08:00
2020-01-02 17:50:40 -08:00