DeducingStringGetter
推断类和参数,然后调用 string-type 属性的成员函数属性 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
)
要求
要求 | 值 |
---|---|
标头 |
|