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

Function BfpFindFileData_Release

BeefySysLib/platform/win/Platform.cpp:3781–3785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3779}
3780
3781BFP_EXPORT void BFP_CALLTYPE BfpFindFileData_Release(BfpFindFileData* findData)
3782{
3783 ::FindClose(findData->mHandle);
3784 delete findData;
3785}
3786
3787BFP_EXPORT void BFP_CALLTYPE BfpDirectory_GetCurrent(char* outPath, int* inOutPathSize, BfpFileResult* outResult)
3788{

Callers 3

~FileEnumeratorMethod · 0.50
~CeInternalDataMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected