app.mcafee.com
Open in
urlscan Pro
52.37.109.125
Public Scan
Submitted URL: http://app.mcafee.com/activationwizard/media/_common/scripts/app/refcallsupport.vbs
Effective URL: https://app.mcafee.com/activationwizard/media/_common/scripts/app/refcallsupport.vbs
Submission: On March 23 via api from DE — Scanned from DE
Effective URL: https://app.mcafee.com/activationwizard/media/_common/scripts/app/refcallsupport.vbs
Submission: On March 23 via api from DE — Scanned from DE
Form analysis
0 forms found in the DOMText Content
'=============================================================================== ' VB script support for application calls using reference as parameters '=============================================================================== '------------------------------------------------- ' GetApplicationLIst '------------------------------------------------- Function GetApplicationList(clientDb) Dim appList on error resume next call clientDb.GetSubInfoAppList(appList) GetApplicationList = appList End Function '------------------------------------------------ ' GetAppInfo(appInfo) '------------------------------------------------ Function GetAppInfo(appInfo) Dim allInfo on error resume next call appInfo.GetAllProperties(allInfo) GetAppInfo = allInfo End Function '------------------------------------------------ ' GetRegisteredUser '------------------------------------------------ Function GetRegisteredUser(subMgr, backend) Dim accoutnId on error resume next call subMgr.GetUserRegisteredForBackend(backend, accountId) GetRegisteredUser = accountId End Function