The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DeducingStringGetter
Deduces the class and arguments and then calls a member-function property getter callback for a string-type property.
Note DeducingStringGetter should not be called directly.
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
)
Requirements
|
Header |
|
|---|
See also
Show: