-
Notifications
You must be signed in to change notification settings - Fork 13
Operating system Infos
Finalspace edited this page May 29, 2026
·
1 revision
This category contains functions for retrieving several operating system information such as version, name, etc. More...
| Type | Name |
|---|---|
| struct |
fplOSVersionInfos Stores the version information for the operating system. More... |
| struct |
fplVersionInfo Stores version information. More... |
| Type | Name |
|---|---|
| #define |
FPL_MAX_VERSION_PART_LENGTH Maximum number of digits in a single version-number part (excluding NUL). |
| Type | Name |
|---|---|
| typedef char |
fplVersionNumberPart[FPL_MAX_VERSION_PART_LENGTH+1] A type definition for mapping a part of a version number. |
| Type | Name |
|---|---|
| fpl_platform_api bool |
fplOSGetVersionInfos (fplOSVersionInfos *outInfos) Gets version information from the operating system. |
This category contains functions for retrieving several operating system information such as version, name, etc.
#define FPL_MAX_VERSION_PART_LENGTHMaximum number of digits in a single version-number part (excluding NUL).
Definition at line 5456 of file final_platform_layer.h.
typedef char fplVersionNumberPart[FPL_MAX_VERSION_PART_LENGTH+1]A type definition for mapping a part of a version number.
Definition at line 5462 of file final_platform_layer.h.
fpl_platform_api bool fplOSGetVersionInfos ( fplOSVersionInfos * outInfos)Gets version information from the operating system.
Parameters
| Direction | Parameter | Description |
|---|---|---|
| [out] | outInfos | Reference to the target structure fplOSVersionInfos. |
Returns: Returns true when the information could be retrieved, false otherwise.
Note: This may be called without initializing the platform.
- Assertion & Debug
- Atomic operations
- Audio functions
- Clipboard functions
- Console functions
- Constants
- Display/Monitor functions
- Dynamic library loading
- Error Handling
- Files/IO functions
- Function macros
- Hardware Infos
- Input types and functions
- Localization functions
- Logging
- Memory Macros
- Memory functions
- Operating system Infos
- Path functions
- Platform functions
- Session Infos
- Settings & Configurations
- Storage class identifiers
- String functions
- Threading and synchronizations routines
- Timing functions
- Video functions
- Window events
- Window functions
- fplARMCPUCapabilities
- fplAudioChannelMap
- fplAudioDeviceID
- fplAudioDeviceInfo
- fplAudioFormat
- fplAudioSettings
- fplColor32
- fplConditionVariable
- fplConsoleSettings
- fplCPUCapabilities
- fplCPUIDLeaf
- fplDateTime
- fplDateTimeCreationResult
- fplDateTimeResult
- fplDisplayInfo
- fplDisplayMode
- fplDynamicLibraryHandle
- fplEndianess
- fplEvent
- fplFileEntry
- fplFileHandle
- fplFilePermissions
- fplFileTimeStamps
- fplGamepadButton
- fplGamepadData
- fplGamepadEvent
- fplGamepadInfo
- fplGamepadInputBinding
- fplGamepadMapping
- fplGamepadSettings
- fplGamepadState
- fplGamepadStates
- fplGraphicsApiSettings
- fplImageSource
- fplInputBackendMask
- fplInputBackendSupport
- fplInputDevice
- fplInputDeviceGuid
- fplInputSettings
- fplInternalConditionVariable
- fplInternalDynamicLibraryHandle
- fplInternalFileEntryHandle
- fplInternalFileHandle
- fplInternalFileRootInfo
- fplInternalMutexHandle
- fplInternalSemaphoreHandle
- fplInternalSignalHandle
- fplInternalThreadHandle
- fplKeyboardEvent
- fplKeyboardState
- fplLogSettings
- fplLogWriter
- fplLogWriterConsole
- fplLogWriterCustom
- fplMemoryAllocationSettings
- fplMemoryBlock
- fplMemoryInfos
- fplMemorySettings
- fplMouseEvent
- fplMouseState
- fplMutexHandle
- fplOpenGLSettings
- fplOSVersionInfos
- fplSemaphoreHandle
- fplSettings
- fplSignalHandle
- fplSpecificAudioSettings
- fplThreadHandle
- fplThreadParameters
- fplTimestamp
- fplVersionInfo
- fplVideoBackBuffer
- fplVideoRect
- fplVideoRequirements
- fplVideoRequirementsVulkan
- fplVideoSettings
- fplVideoSurface
- fplVideoSurfaceOpenGL
- fplVideoSurfaceVulkan
- fplVideoWindow
- fplVulkanSettings
- fplWindowCallbacks
- fplWindowDropFiles
- fplWindowEvent
- fplWindowPosition
- fplWindowSettings
- fplWindowSize
- fplX86CPUCapabilities