| 259 | } |
| 260 | |
| 261 | extern "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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected