Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calls a member-function property setter callback for a value-type property.
Syntax
HRESULT ValueSetter(
[in] IUnknown *effect,
[in] const BYTE *data,
UINT32 dataSize
);
Parameters
[in] effect
The effect with the property.
[in] data
When this method returns, contains a pointer to the data requested.
dataSize
The number of bytes in the data to be retrieved.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | d2d1effecthelpers.h |
| Library | D2d1.lib |
| DLL | D2d1.dll |