MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / VMMDLL_VfsList_IsHandleValid

Function VMMDLL_VfsList_IsHandleValid

src/api/vmmdll_compat.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143extern "C" VMMDLL_API BOOL VMMDLL_VfsList_IsHandleValid(HANDLE pFileList) {
144 auto* fl = as_filelist(pFileList);
145 if (!fl) return FALSE;
146 return (fl->dwVersion == VMMDLL_VFS_FILELIST_VERSION) ? TRUE : FALSE;
147}
148
149// ---- VFS list / read ------------------------------------------------------
150

Callers

nothing calls this directly

Calls 1

as_filelistFunction · 0.85

Tested by

no test coverage detected