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

Function VMMDLL_ConfigSet

src/api/vmmdll_compat.cpp:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261extern "C" VMMDLL_API BOOL VMMDLL_ConfigSet(VMM_HANDLE /*hVMM*/, ULONG64 /*fOption*/,
262 ULONG64 /*qwValue*/) {
263 // The engine is configured at lmpfs_open(); runtime config changes
264 // aren't supported. Return FALSE so consumers know.
265 return FALSE;
266}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected