Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 5 #ifndef BITCOIN_QT_WINSHUTDOWNMONITOR_H 6 #define BITCOIN_QT_WINSHUTDOWNMONITOR_H 12 #if QT_VERSION >= 0x050000 15 #include <QAbstractNativeEventFilter> 17 class WinShutdownMonitor :
public QAbstractNativeEventFilter
21 bool nativeEventFilter(
const QByteArray &eventType,
void *pMessage,
long *pnResult);
24 static void registerShutdownBlockReason(
const QString& strReason,
const HWND& mainWinId);
29 #endif // BITCOIN_QT_WINSHUTDOWNMONITOR_H