Volume Management Windows API Functions
Publicado: Mar Nov 10, 2015 6:55 pm
Hi,
I have an application in Delphi that allows you to list and change the drive letter assigned to a USB stick, for example.
It uses Functions from Volume Management Windows API.
The functions are "GetVolumeNameForVolumeMountPoint ()", "DeleteVolumeMountPoint" "SetVolumeMountPoint ()"
and "GetDriveType ()".
The point is that I am unable to call these functions from Xailer. Just found a replacement for "GetDriveType"
which would be the "GetDrives ()".
Does anyone know how I do to call these functions?
I've tried to #include the Windows from \Include directory, but the IDE does not recognize the functions.
Thank you,
Andre Luiz
I have an application in Delphi that allows you to list and change the drive letter assigned to a USB stick, for example.
It uses Functions from Volume Management Windows API.
The functions are "GetVolumeNameForVolumeMountPoint ()", "DeleteVolumeMountPoint" "SetVolumeMountPoint ()"
and "GetDriveType ()".
The point is that I am unable to call these functions from Xailer. Just found a replacement for "GetDriveType"
which would be the "GetDrives ()".
Does anyone know how I do to call these functions?
I've tried to #include the Windows from \Include directory, but the IDE does not recognize the functions.
Thank you,
Andre Luiz