MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / WdRoInitialize

Function WdRoInitialize

projects/WinDurango.KernelX/src/Hooks.cpp:259–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259static BOOL WdRoInitialize(
260 _Inout_ PINIT_ONCE InitOnce,
261 _Inout_opt_ PVOID Parameter,
262 _Out_opt_ PVOID *Context)
263{
264 WdRoInitializeLibraries();
265 WdRoInitializeClasses();
266 return TRUE;
267}
268
269static void WdRoEnsureInitialized()
270{

Callers

nothing calls this directly

Calls 2

WdRoInitializeLibrariesFunction · 0.85
WdRoInitializeClassesFunction · 0.85

Tested by

no test coverage detected