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

Function WdRoEnsureInitialized

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

Source from the content-addressed store, hash-verified

267}
268
269static void WdRoEnsureInitialized()
270{
271 static volatile bool s_Initialized;
272 static INIT_ONCE s_InitOnce = INIT_ONCE_STATIC_INIT;
273 InitOnceExecuteOnce(&s_InitOnce, WdRoInitialize, nullptr, nullptr);
274}
275
276_Use_decl_annotations_
277HRESULT WINAPI WdRoGetActivationFactoryCore(

Callers 1

WdRoGetActivationFactoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected