MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / GetSourceCount

Method GetSourceCount

ExplorerTAP/effects/CompositeEffect.cpp:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83HRESULT CompositeEffect::GetSourceCount(UINT* count) noexcept
84{
85 if (count == nullptr) [[unlikely]]
86 {
87 return E_INVALIDARG;
88 }
89
90 *count = static_cast<UINT>(Sources.size());
91 return S_OK;
92}
93
94winrt::hstring CompositeEffect::Name()
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected