mclIsNoDisplaySet

Determine if -nodisplay mode is enabled

Synopsis

bool mclIsNoDisplaySet()

Description

Use mclIsNoDisplaySet() to determine if -nodisplay mode is enabled. Returns true if -nodisplay is enabled, else returns false.

    Note:   Always returns false on Windows® systems since the -nodisplay option is not supported on Windows systems.

Examples

printf("nodisplay set : %d\n",mclIsNoDisplaySet());
Was this topic helpful?