Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "getvolumeinformation" in [All]

kernel32

.
Summary
.

    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, _

.
Documentation
[GetVolumeInformation] on MSDN

 
Access PInvoke.net directly from VS: