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

netapi32

.

public static extern int NetDfsGetInfo(

.

    Public Function NetDfsGetInfo( _

.

Declare Unicode Function NetDfsGetInfo Lib "NETAPI32.DLL" (ByVal DfsEntryPath As String, ByVal ServerName As String, ByVal ShareName As String, ByVal Level As Integer, ByRef Buffer As IntPtr) As Integer

.

        int res=NetDfsGetInfo(args[0], null, null, 4, out buf);      

.

    err_code = NetDfsGetInfo(DfsEntryPath, vbNull, vbNull, 3, bufPtf)

.
Documentation
[NetDfsGetInfo] on MSDN

Structures

.

See sample NetDfsGetInfo

.

See sample in NetDfsGetInfo

.

See sample in NetDfsGetInfo


 
Access PInvoke.net directly from VS: