Skip to content

fplFileHandle Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

The file handle structure. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplInternalFileHandle internalHandle
Internal file handle.
fpl_b32 isValid
File opened successfully.

Detailed Description

The file handle structure.

Definition at line 8103 of file final_platform_layer.h.

Field Documentation

internalHandle

fplInternalFileHandle fplFileHandle::internalHandle

Internal file handle.

Definition at line 8105 of file final_platform_layer.h.

isValid

fpl_b32 fplFileHandle::isValid

File opened successfully.

Definition at line 8107 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