Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
cef_version_info_t Struct Reference

Structure representing all CEF version information. More...

#include "include/cef_version_info.h"

Public Attributes

size_t size
 Size of this structure.
 
int cef_version_major
 
int cef_version_minor
 
int cef_version_patch
 
int cef_commit_number
 
int chrome_version_major
 
int chrome_version_minor
 
int chrome_version_build
 
int chrome_version_patch
 
char sandbox_compat_hash [17]
 Sandbox compatibility hash (Windows only, empty on other platforms).
 

Detailed Description

Structure representing all CEF version information.

Member Data Documentation

◆ cef_commit_number

int cef_version_info_t::cef_commit_number

◆ cef_version_major

int cef_version_info_t::cef_version_major

◆ cef_version_minor

int cef_version_info_t::cef_version_minor

◆ cef_version_patch

int cef_version_info_t::cef_version_patch

◆ chrome_version_build

int cef_version_info_t::chrome_version_build

◆ chrome_version_major

int cef_version_info_t::chrome_version_major

◆ chrome_version_minor

int cef_version_info_t::chrome_version_minor

◆ chrome_version_patch

int cef_version_info_t::chrome_version_patch

◆ sandbox_compat_hash

char cef_version_info_t::sandbox_compat_hash[17]

Sandbox compatibility hash (Windows only, empty on other platforms).

◆ size

size_t cef_version_info_t::size

Size of this structure.


The documentation for this struct was generated from the following file: