Skip to content

fplOSVersionInfos Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the version information for the operating system. More...

#include <final_platform_layer.h>

Data Fields

Type Name
char distributionName [FPL_MAX_NAME_LENGTH]
Name of the distribution (may be empty).
fplVersionInfo distributionVersion
Version of the distribution (may be empty).
char osName [FPL_MAX_NAME_LENGTH]
Name of the operating system.
fplVersionInfo osVersion
Version of the operating system.

Detailed Description

Stores the version information for the operating system.

Definition at line 5493 of file final_platform_layer.h.

Field Documentation

distributionName

char fplOSVersionInfos::distributionName[FPL_MAX_NAME_LENGTH]

Name of the distribution (may be empty).

Definition at line 5497 of file final_platform_layer.h.

distributionVersion

fplVersionInfo fplOSVersionInfos::distributionVersion

Version of the distribution (may be empty).

Definition at line 5501 of file final_platform_layer.h.

osName

char fplOSVersionInfos::osName[FPL_MAX_NAME_LENGTH]

Name of the operating system.

Definition at line 5495 of file final_platform_layer.h.

osVersion

fplVersionInfo fplOSVersionInfos::osVersion

Version of the operating system.

Definition at line 5499 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally