[DllImport("Mpr.dll", SetLastError = true)] public static extern uint MprAdminUserGetInfo( string servername, string username, uint level, out IntPtr bufptr );
Microsoft documentation: Link
Last updated 1 year ago