DeducingValueSetter
Deduces the class and arguments and then calls a member-function property setter callback for a value-type property.
Hinweis
DeducingValueSetter sollte nicht direkt aufgerufen werden.
template<class C, typename P, typename I>
HRESULT DeducingValueSetter(
_In_ HRESULT (C::*callback)(P),
_In_ I *effect,
_In_reads_(dataSize) const BYTE *data,
UINT32 dataSize
)
Requirements (Anforderungen)
| Anforderung | Wert |
|---|---|
| Header |
|