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

Method _abi_Run

projects/WinDurango.KernelX/src/EraCoreApplication.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39INT32 CoreApplicationEra::_abi_Run(ABI::Windows::ApplicationModel::Core::IFrameworkViewSource *viewSource)
40{
41 FrameworkViewSourceEra *ViewSource = new FrameworkViewSourceEra(viewSource);
42 return m_realCoreApplication->Run(ViewSource);
43}
44
45INT32 CoreApplicationEra::_abi_RunWithActivationFactories(
46 ABI::Windows::Foundation::IGetActivationFactory *activationFactoryCallback)

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected