DeducingBlobGetter

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

Hinweis

DeducingBlobGetter sollte nicht direkt aufgerufen werden.

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

Requirements (Anforderungen)

Anforderung Wert
Header
D2d1effecthelpers.h

Weitere Informationen

Direct2D::D educingBlobSetter