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