MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / NFD_FreePathN

Function NFD_FreePathN

extern/nfd/nfd_win.cpp:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void NFD_FreePathN(nfdnchar_t* filePath) {
329 assert(filePath);
330 ::CoTaskMemFree(filePath);
331}
332
333nfdresult_t NFD_OpenDialogN(nfdnchar_t** outPath,
334 const nfdnfilteritem_t* filterList,

Callers 6

NFD_OpenDialogU8Function · 0.70
NFD_SaveDialogU8Function · 0.70
NFD_PickFolderU8Function · 0.70
NFD_PathSet_GetPathU8Function · 0.70
NFD_PathSet_EnumNextU8Function · 0.70
FreePathFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected