@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The NetGroupAdd function creates a global group in the security database. !!!!C# Signature: [DllImport("NetApi32.dll", CharSet=CharSet.Auto, SetLastError=true)] private static extern Int32 NetGroupAdd( string servername, //server name UInt32 level, //info level ref GROUP_INFO_1 buf,//Group data out Int32 parm_err //Parameter error index ); !!!!VB Signature: Public Declare Function NetGroupAdd Lib "netapi32.dll" (ServerName As Any ByVal level As Long, Buffer As GroupInfo1, ParmError As Long) As Long !!!!User-Defined Types: [GROUP_INFO_1] !!!!Notes: None. !!!!Sample Code: See... http://binaryworld.no-ip.info/Main/CodeDetail.aspx?CodeId=3807 !!!!Alternative Managed API: None Documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netmgmt/netmgmt/netgroupadd.asp
Edit netapi32.NetGroupAdd
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.