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

Method GetSourceCount

ExplorerTAP/effects/FloodEffect.cpp:78–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78HRESULT FloodEffect::GetSourceCount(UINT* count) noexcept
79{
80 if (count == nullptr) [[unlikely]]
81 {
82 return E_INVALIDARG;
83 }
84
85 *count = 0;
86 return S_OK;
87}
88
89winrt::hstring FloodEffect::Name()
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected