carb::extras::fLibFlagPin

Defined in carb/extras/Library.h

constexpr LibraryFlags carb::extras::fLibFlagPin = 0x00000010

Flag to indicate that the library should be “pinned”; that is, it should stay loaded until the process is terminated.

Calls to unloadLibrary() will no longer have any effect once the library is opened with this flag.

Warning

On some older platforms this flag may not be supported. Providing it may cause the library to fail to open.