This topic has not yet been rated - Rate this topic

DeducingValueGetter function

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

Header

D2d1effecthelpers.h

See also

Direct2D::DeducingValueSetter

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.