Searched defs:FSType (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dfsaccess.c54 char FSType[20]; local
89 GetVolumeInformation(drive, NULL, 0, NULL, 0, NULL, FSType,
90 sizeof(FSType));
91 if (strcmp(FSType, "NTFS") == 0)

Completed in 11 milliseconds