winIDEA SDK
Loading...
Searching...
No Matches
SMSID Struct Reference

Describes application status. More...

#include <MSID.h>

Public Types

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

Public Attributes

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

Detailed Description

Describes application status.

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