VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Driver enumeration example (A: REMOVEABLE C:FIXED D:CDROM ...)

Khaldoun Baz  (12 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Tue 11th November 2003   Mon 8th February 2021

Driver enumeration example (A: REMOVEABLE C:FIXED D:CDROM ...)

API Declarations



Const DRIVE_REMOVABLE = 2
Const DRIVE_FIXED = 3
Const DRIVE_REMOTE = 4
Const DRIVE_CDROM = 5
Const DRIVE_RAMDISK = 6

Private Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long


Rate Driver enumeration example (A: REMOVEABLE C:FIXED D:CDROM ...) (1(1 Vote))
Driver enumeration example (A: REMOVEABLE C:FIXED D:CDROM ...).bas

Driver enumeration example (A: REMOVEABLE C:FIXED D:CDROM ...) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters