PowerManagement_ForceSystemReboot函數
頁首: #include < applibs/powermanagement。h>
強制重新開機系統。 重新開機相當於硬重設,並導致系統停止並重新啟動。
int PowerManagement_ForceSystemReboot();
參數
此函數沒有參數。
傳回值
傳回 0 表示成功,傳回 -1 表示失敗,在這種情況下 errno
會設定為錯誤值。
應用程式資訊清單需求
若要使用PowerManagement_ForceSystemReboot () ,您的應用程式必須在應用程式資訊清單的PowerControls欄位中宣告ForceReboot值。