Index

C/C++ Functions

dtOutputGetStyleEffects

DT_SWORD dtOutputGetStyleEffects(DT_DTENGINE engine, DT_STYLE_EFFECTS* style, DT_UBYTE reserved)

Short Description: Get Output style (advanced version)

This function returns the current style associated with the Output of the specified Standard Engine instance. Style can be set by dtOutputSetStyleEffects.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

style

A valid pointer to the DT_STYLE_EFFECTS structure that will receive the current style. See dtOutputSetStyleEffects for details.

reserved

Reserved for future use. Must be set to 0.

Return Value

If successful, the return value is 1. Otherwise, the function returns 0.

 

Index