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

Method GetPropertyCount

ExplorerTAP/effects/GaussianBlurEffect.cpp:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47HRESULT GaussianBlurEffect::GetPropertyCount(UINT* count) noexcept
48{
49 if (count == nullptr) [[unlikely]]
50 {
51 return E_INVALIDARG;
52 }
53
54 *count = 3;
55 return S_OK;
56}
57
58HRESULT GaussianBlurEffect::GetProperty(UINT index, ABI::Windows::Foundation::IPropertyValue** value) noexcept try
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected