Desktop Functions: Smart Device Functions:
|
Search Results for "UserID" in [All]mpr
UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);
errorDescription = "MgtLib, getDialin: Exception with userId=<" + userId + ">: " + ex.Message;
UInt32 result = MprAdminUserGetInfo(serverName, userId, 1, ref rasUser);
result = MprAdminUserSetInfo(serverName, userId, 1, ref rasUser);
errorDescription = "MgtLib, setDialin: Exception with userId=<" + userId + "> and enable=<" + dialInEnabled.ToString() + ">: " + ex.Message;
string lpUserID, advapi325: UserID
Constants6: WINERROR
public const int COMADMIN_E_INVALIDUSERIDS = (int)(0x80110410 - 0x100000000); userenv
$userSamAccountName = "UserID" Enums8: HRESULT
public const int COMADMIN_E_INVALIDUSERIDS = unchecked((int)0x80110410);
Public Const COMADMIN_E_INVALIDUSERIDS As Integer = CInt(&H80110410UI) |