DeducingValueGetter

Deduce la classe e gli argomenti e quindi chiama un callback getter della proprietà della funzione membro per una proprietà di tipo valore.

Nota

DeducingValueGetter non deve essere chiamato direttamente.

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  
    ) 

Requisiti

Requisito Valore
Intestazione
D2d1effecthelpers.h

Vedi anche

Direct2D::D educingValueSetter