Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Data Fields
fplOSVersionInfos Struct Reference

A structure that contains the version information for the operating system. More...

#include <final_platform_layer.h>

Data Fields

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

A structure that contains the version information for the operating system.

Definition at line 3304 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 3308 of file final_platform_layer.h.

◆ distributionVersion

fplVersionInfo fplOSVersionInfos::distributionVersion

Version of the distribution (May be empty)

Definition at line 3312 of file final_platform_layer.h.

◆ osName

char fplOSVersionInfos::osName[FPL_MAX_NAME_LENGTH]

Name of the operating system.

Definition at line 3306 of file final_platform_layer.h.

◆ osVersion

fplVersionInfo fplOSVersionInfos::osVersion

Version of the operating system.

Definition at line 3310 of file final_platform_layer.h.


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