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

netapi32

.

    static extern Int32 NetLocalGroupDelMembers(

.

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

.

            if ((iRetVal = NetLocalGroupDelMembers(null, sbName.ToString(), 3, ref info, 1)) != 0)

.

                var result = NetLocalGroupDelMembers(null, groupName, 0, ref info, 1);

.
Documentation
[NetLocalGroupDelMembers] on MSDN
.

    static extern Int32 NetLocalGroupDelMembers(

.

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

.

            if ((iRetVal = NetLocalGroupDelMembers(null, sbName.ToString(), 3, ref info, 1)) != 0)

.
Documentation
[NetLocalGroupDelMembers] on MSDN

 
Access PInvoke.net directly from VS: