Skip to content

fplDynamicLibraryHandle Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the internal handle to a dynamic library. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplInternalDynamicLibraryHandle internalHandle
Internal library handle.
fpl_b32 isValid
Library opened successfully.

Detailed Description

Stores the internal handle to a dynamic library.

Definition at line 7200 of file final_platform_layer.h.

Field Documentation

internalHandle

fplInternalDynamicLibraryHandle fplDynamicLibraryHandle::internalHandle

Internal library handle.

Definition at line 7202 of file final_platform_layer.h.

isValid

fpl_b32 fplDynamicLibraryHandle::isValid

Library opened successfully.

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