Struct used to query the extensions for C code. Queried results should not be freed, their lifetime ends with the Factory they were created with. If wis::FactoryExtQuery::extension_id is 0, wis::FactoryExtQuery::result must be populated with already created extension. Otherwise extension is ignored.
void* result;
};
FactoryExtID
Factory extension ID. Platform extension values start from 2049 0 is reserved as invalid/custom exten...
Struct used to query the extensions for C code. Queried results should not be freed,...
Definition at line 2054 of file api.hpp.
#include <api.hpp>
|
wis::FactoryExtID | extension_id |
| Extension ID.
|
|
void * | result |
| Result of the query. Pointer is populated with the extension with queried ID. If the extension is not supported/failed to initialize the result is NULL.
|
|
◆ extension_id
◆ result
void* wis::FactoryExtQuery::result |
Result of the query. Pointer is populated with the extension with queried ID. If the extension is not supported/failed to initialize the result is NULL.
Definition at line 2061 of file api.hpp.
The documentation for this struct was generated from the following file:
- /home/runner/work/Wisdom/Wisdom/wisdom/include/wisdom/generated/api/api.hpp