SDC_USE_DATABASE_CURRENT top-level constant

int const SDC_USE_DATABASE_CURRENT

The caller requests a combination of all four SDC_TOPOLOGY_XXX configurations. This value informs the API to set the last known display configuration for the current connected monitors.

Implementation

const SDC_USE_DATABASE_CURRENT = SDC_TOPOLOGY_INTERNAL |
    SDC_TOPOLOGY_CLONE |
    SDC_TOPOLOGY_EXTEND |
    SDC_TOPOLOGY_EXTERNAL;