Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4f3b0c12
Commit
4f3b0c12
authored
Aug 25, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 25, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restartmanager.h: Added some missing declarations.
parent
17df792d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
restartmanager.h
include/restartmanager.h
+13
-0
No files found.
include/restartmanager.h
View file @
4f3b0c12
...
...
@@ -23,8 +23,12 @@
extern
"C"
{
#endif
#define RM_SESSION_KEY_LEN sizeof(GUID)
#define CCH_RM_SESSION_KEY RM_SESSION_KEY_LEN*2
#define CCH_RM_MAX_APP_NAME 255
#define CH_RM_MAX_SVC_NAME 63
#define RM_INVALID_TS_SESSION -1
#define RM_INVALID_PROCESS -1
typedef
enum
{
RmUnknownApp
=
0
,
...
...
@@ -36,6 +40,15 @@ typedef enum {
RmCritical
=
1000
}
RM_APP_TYPE
;
typedef
enum
_RM_REBOOT_REASON
{
RmRebootReasonNone
=
0x0000
,
RmRebootReasonPermissionDenied
=
0x0001
,
RmRebootReasonSessionMismatch
=
0x0002
,
RmRebootReasonCriticalProcess
=
0x0004
,
RmRebootReasonCriticalService
=
0x0008
,
RmRebootReasonDetectedSelf
=
0x0010
}
RM_REBOOT_REASON
;
typedef
struct
{
DWORD
dwProcessId
;
FILETIME
ProcessStartTime
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment