winIDEA SDK
SMSID Struct Reference

Description

Describes application status.

#include <MSID.h>

Public Types

enum class  ELevel {
  App , VM ,
  HV , Sys
}
 Level of execution. More...
 

Public Attributes

bool m_bValid = false
 true if other settings are to be considered/valid
 
bool m_bSecure = false
 true if the device level is secure
 
bool m_bVMID = false
 consider m_nVMID in identifying the app?
 
bool m_bAppID = false
 consider m_nAppID in identifying the app?
 
uint64_t m_nVMID = 0
 virtual machine ID
 
uint64_t m_nAppID = 0
 Application/ContextID.
 

Member Enumeration Documentation

◆ ELevel

enum class SMSID::ELevel
strong

Level of execution.

Enumerator
App 

App inside OS inside VM.

VM 

virtual machine. an OS or app

HV 

hypervisor

Sys 

bare metal