Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.19 KB

deducingvaluegetter.md

File metadata and controls

63 lines (39 loc) · 1.19 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
DeducingValueGetter (D2d1effecthelpers.h)
Deduces the class and arguments and then calls a member-function property getter callback for a value-type property.
E2E5CCC3-B112-4D3C-8840-121A55C4F1A2
DeducingValueGetter Direct2D
apiref
DeducingValueGetter
d2d1effecthelpers.h
HeaderDef
reference
05/31/2018

DeducingValueGetter

Deduces the class and arguments and then calls a member-function property getter callback for a value-type property.

Note

DeducingValueGetter should not be called directly.

template<class C, typename P, typename I>
HRESULT DeducingValueGetter(
    _In_ P (C::*callback)() const,
    _In_ const I *effect,
    _Out_writes_opt_(dataSize) BYTE *data,
    UINT32 dataSize,
    _Out_opt_ UINT32 *actualSize  
    ) 

Requirements

Requirement Value
Header
D2d1effecthelpers.h

See also

Direct2D::DeducingValueSetter