#ifndef _WIN32 #errorThis header is just usable on Windows #else
#include <vcl/dllapi.h>
struct VCL_DLLPUBLIC WinScheduler final
{ /// Hack for Windows native dialogs, which run the main loop, so we can't /// use the direct processing shortcut. staticvoid SetForceRealTimer();
// Posting a dummy messages might be needed to ensure that main loop eventually returns from // GetMessage ("wakes up") in modes without a visible window. This, e.g., might be needed to // let main thread recheck a condition set from another thread. staticvoid PostDummyMessage();
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.