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

shell32

.
Summary
IsNetDrive - Tests whether a drive is a network drive.
.

static extern NetDriveTypes IsNetDrive(int iDrive);

.

Public Function IsNetDrive(iDrive as Integer) As <MarshalAs(UnmanagedType.I4)> NetDriveTypes

.

Public Declare Function IsNetDrive Lib "shell32" _

.
Documentation
[IsNetDrive] on MSDN

Enums

.
Summary
NetDriveTypes - Return values of IsNetDrive
.

/// Return values of IsNetDrive()

.

''' Return values of IsNetDrive()


 
Access PInvoke.net directly from VS: