Desktop Functions: Smart Device Functions:
|
Search Results for "getvolumeinformation" in [All]kernel32
if (GetVolumeInformation(
m_sn_textbox.Format(_T("GetVolumeInformation : %lu"),serialNumber);
public extern static bool GetVolumeInformation(
Private Declare Auto Function GetVolumeInformation Lib "kernel32.dll" ( _
if(!GetVolumeInformation("c:\\", volname, volname.Capacity, out sernum, out maxlen, out flags, fsname, fsname.Capacity))
Dim RetVal As UInt32 = GetVolumeInformation(sRootFolder, volname, volname.Capacity, _ |