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 "GetVolumePathName" in [All]

kernel32

.

public static extern bool GetVolumePathNamesForVolumeNameW(string lpszVolumeName,

.

public static extern bool GetVolumePathNamesForVolumeNameW(

.

Declare Function GetVolumePathNamesForVolumeName Lib "kernel32.dll" (TODO) As TODO

.

    EntryPoint:="GetVolumePathNamesForVolumeNameW")> _

.

  Public Shared Function GetVolumePathNamesForVolumeNameW(

.

        if (!GetVolumePathNamesForVolumeName(volumeName, buffer, (uint)buffer.Length, ref dwRequired))

.

        if (!GetVolumePathNamesForVolumeName(volumeName, buffer, (uint)buffer.Length, ref dwRequired))

.

        // GetVolumePathNamesForVolumeName is only available on Windows XP/2003 and above

.

        GetVolumePathNamesForVolumeNameW(volumeDeviceName, buffer, (uint)buffer.Length, ref lpcchReturnLength);

.

        if (!GetVolumePathNamesForVolumeNameW(volumeDeviceName, buffer, lpcchReturnLength, ref lpcchReturnLength))

.

                EntryPoint:="GetVolumePathNamesForVolumeNameW", _

.
Documentation
[GetVolumePathNamesForVolumeName] on MSDN
.

public static extern bool GetVolumePathNamesForVolumeNameW(string lpszVolumeName,

.

public static extern bool GetVolumePathNamesForVolumeNameW(

.

Declare Function GetVolumePathNamesForVolumeName Lib "kernel32.dll" (TODO) As TODO

.

    EntryPoint:="GetVolumePathNamesForVolumeNameW")> _

.

  Public Shared Function GetVolumePathNamesForVolumeNameW(

.

        if (!GetVolumePathNamesForVolumeName(volumeName, buffer, (uint)buffer.Length, ref dwRequired))

.

        if (!GetVolumePathNamesForVolumeName(volumeName, buffer, (uint)buffer.Length, ref dwRequired))

.

        // GetVolumePathNamesForVolumeName is only available on Windows XP/2003 and above

.

        GetVolumePathNamesForVolumeNameW(volumeDeviceName, buffer, (uint)buffer.Length, ref lpcchReturnLength);

.

        if (!GetVolumePathNamesForVolumeNameW(volumeDeviceName, buffer, lpcchReturnLength, ref lpcchReturnLength))

.

                EntryPoint:="GetVolumePathNamesForVolumeNameW", _

.
Documentation
[GetVolumePathNamesForVolumeName] on MSDN

 
Access PInvoke.net directly from VS: