MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpDynLib_Release

Function BfpDynLib_Release

BeefySysLib/platform/win/Platform.cpp:2718–2721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2716}
2717
2718BFP_EXPORT void BFP_CALLTYPE BfpDynLib_Release(BfpDynLib* lib)
2719{
2720 ::FreeLibrary((HMODULE)lib);
2721}
2722
2723BFP_EXPORT void BFP_CALLTYPE BfpDynLib_GetFilePath(BfpDynLib* lib, char* outPath, int* inOutPathSize, BfpLibResult* outResult)
2724{

Callers 1

~BfCodeGenMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected