.
IsNetDrive - Tests whether a drive is a network drive.
2/7/2012 11:37:45 PM - anonymous
.
static extern NetDriveTypes IsNetDrive(int iDrive);
.
Public Function IsNetDrive(iDrive as Integer) As <MarshalAs(UnmanagedType.I4)> NetDriveTypes
.
Public Declare Function IsNetDrive Lib "shell32" _
IsNetDrive - Tests whether a drive is a network drive.
2/7/2012 11:37:45 PM - anonymous
.
.
NetDriveTypes - Return values of [IsNetDrive]
2/7/2012 11:40:49 PM - johnbell149@gmail.com-202.74.138.1
IsNetDrive - Tests whether a drive is a network drive.
2/7/2012 11:37:45 PM - anonymous
.
/// Return values of IsNetDrive()
.
''' Return values of IsNetDrive()