Non‐GUI handler, which logs and prints questions.

Synopsis

Declared in <noui.h>

bool
noui_ThreadSafeQuestion(
    bilingual_str const& interactive_message,
    std::string const& message,
    unsigned int style);

Return Value

Always false, since a headless node cannot answer the question.

Parameters

Name

Description

interactive_message

Interactive prompt intended for a GUI; ignored here.

message

The non‐interactive message to log and print.

style

Message box style flags describing the message severity.

Created with MrDocs