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

Enums

.
Summary
NetDriveTypes - Return values of IsNetDrive
.

enum NetDriveTypes : int

.

Public Enum NetDriveTypes As Integer

.

Public Enum NetDriveTypes

.
Documentation
[NetDriveTypes] on MSDN

shell32

.

/// <returns>This function returns NetDriveTypes enumeration.</returns>

.

static extern NetDriveTypes IsNetDrive(int iDrive);

.

''' <returns>This function returns NetDriveTypes enumeration.</returns>

.

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

.

        (ByVal iDrive As Long) As NetDriveTypes

.

NetDriveTypes


 
Access PInvoke.net directly from VS: