.
static extern UInt32 MprAdminUserSetInfo(
.
Declare Function MprAdminUserSetInfo Lib "mpr.dll" (TODO) As TODO
.
result = MprAdminUserSetInfo(serverName, userId, 1, ref rasUser);
.
throw new Exception("MprAdminUserSetInfo failed with code " + result.ToString());
.