إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Deduces the class and arguments and then calls a member-function property setter callback for a blob-type property.
Note
DeducingBlobSetter should not be called directly.
template<class C, typename I>
HRESULT DeducingBlobSetter(
_In_ HRESULT (C::*callback)(const BYTE *, UINT32),
_In_ I *effect,
_In_reads_(dataSize) const BYTE *data,
UINT32 dataSize,
)
Requirements
| Requirement | Value |
|---|---|
| Header |
|