Can GetDriveType() cause a program to hang?
This is my code snippet
if (GetDriveType(TargetDir) != DRIVE_FIXED)
{
DebugMsg("Write via NFS. Checking CRC on files %s and %s", lpExistingFileName, path);
…..
}
Where TargetDir is a shared folder on a Solrais box, accessed by my application via NFS (Hummingbird NFS Maestro 6.1)
If it does, is there another API that I could use to get the drive type?
Thanks in advance
Milton
This is my code snippet
if (GetDriveType(TargetDir) != DRIVE_FIXED)
{
DebugMsg("Write via NFS. Checking CRC on files %s and %s", lpExistingFileName, path);
…..
}
Where TargetDir is a shared folder on a Solrais box, accessed by my application via NFS (Hummingbird NFS Maestro 6.1)
If it does, is there another API that I could use to get the drive type?
Thanks in advance
Milton