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

netapi32

.

This page is a modified copy/paste from the NetLocalGroupEnum.

.

internal extern static int NetLocalGroupEnum([MarshalAs(UnmanagedType.LPWStr)]

.

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

.

                err= NativeMethods.NetLocalGroupEnum(

.

        internal extern static int NetLocalGroupEnum(

.

                res = NetLocalGroupEnum(serverName, level, out buffer, MAX_PREFERRED_LENGTH,

.
Documentation
[NetLocalGroupEnum] on MSDN
.

Code to read the membership of Local Groups (ideally used with NetLocalGroupEnum )


 
Access PInvoke.net directly from VS: