共用方式為


DeducingStringGetter

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

注意

DeducingStringGetter 不應該直接呼叫。

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

規格需求

需求
標頭
D2d1effecthelpers.h

另請參閱

Direct2D::D educingStringSetter