Desktop Functions: Smart Device Functions:
|
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", _
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", _ |