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

netapi32

.
Summary
The NetDfsGetClientInfo function retrieves information about a Distributed File System (Dfs) root or a link in the named Dfs root. The information represents the current computer's cached copy of the information about the Dfs link.
.

    public static extern int NetDfsGetClientInfo(

.

Declare Function NetDfsGetClientInfo  Lib "netapi32.dll" (TODO) As TODO

.

    int result = NetDfsGetClientInfo(arguments[0], null, null, 3, out buffer);

.

    int result = NetDfsGetClientInfo(arguments[0], null, null, 3, out buffer);

.
Documentation
NetDfsGetClientInfo @msdn on MSDN
.

static extern TODO NetDfsGetClientInfo(TODO);

.

Declare Function NetDfsGetClientInfo Lib "netapi32.dll" (TODO) As TODO

.
Documentation
[NetDfsGetClientInfo] on MSDN

 
Access PInvoke.net directly from VS: