DeducingBlobGetter

推斷類別和引數,然後呼叫 Blob 類型屬性的成員函式屬性 getter 回呼。

注意

不應該直接呼叫 DeducingBlobGetter。

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  
    ) 

規格需求

需求
標頭
D2d1effecthelpers.h

另請參閱

Direct2D::D educingBlobSetter