SDC_USE_DATABASE_CURRENT top-level constant

  1. @Deprecated('Use SET_DISPLAY_CONFIG_FLAGS.SDC_USE_DATABASE_CURRENT instead')
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

@Deprecated('Use SET_DISPLAY_CONFIG_FLAGS.SDC_USE_DATABASE_CURRENT instead')
const SDC_USE_DATABASE_CURRENT = SDC_TOPOLOGY_INTERNAL |
    SDC_TOPOLOGY_CLONE |
    SDC_TOPOLOGY_EXTEND |
    SDC_TOPOLOGY_EXTERNAL;