Microsoft DirectX 9.0

Dynamic Reconnection Flags

The following flags specify the level of dynamic reconnection to use during rendering.

Constant Value Description
CONNECTF_DYNAMIC_NONE 0x00 No dynamic reconnection. Load everything before rendering the project.
CONNECTF_DYNAMIC_SOURCES 0x01 Load sources only as needed.
CONNECTF_DYNAMIC_EFFECTS 0x02 Reserved. Do not use.

See Also