Desktop Functions: Smart Device Functions:
|
Search Results for "MprAdminUserGetInfo" in [All]mpr
static extern UInt32 MprAdminUserGetInfo(
Declare Function MprAdminUserGetInfo Lib "mpr.dll" (TODO) As TODO
UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);
throw new Exception("MprAdminUserGetInfo failed with code " + result.ToString());
UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);
throw new Exception("MprAdminUserGetInfo failed with code " + result.ToString()); |