Sponsors

GetLogicalDriveStrings

Function name: GetLogicalDriveStrings

Defined in : Kernel32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function GetLogicalDriveStrings Lib "kernel32" Alias "GetLogicalDriveStringsA" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long

Parameters:

Returns:

Related functions: GetDriveType

Examples:

List drives and their type

Drives

Categories