Information
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.
This topic has not yet been rated - Rate this topic

BlobGetter function

Calls a member-function property getter callback for a blob-type property.

template<typename T, T P, typename I>
HRESULT CALLBACK BlobGetter(
    _In_ const IUnknown *effect,
    _Out_writes_opt_(dataSize) BYTE *data,
    UINT32 dataSize,
    _Out_opt_ UINT32 *actualSize  
    ) 

Requirements

Header

D2d1effecthelpers.h

See also

Direct2D::BlobSetter

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Community Additions

© 2013 Microsoft. All rights reserved.