Chromium Embedded Framework (CEF)  139.0.1+gce106a3+chromium-139.0.7258.31
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. More...
 
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
 

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

◆ size

size_t cef_version_info_t::size

Size of this structure.


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