Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
eb5f4b86
Commit
eb5f4b86
authored
Mar 31, 2016
by
Sebastian Lackner
Committed by
Alexandre Julliard
Mar 31, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add definition for TP_CALLBACK_ENVIRON_V3.
Signed-off-by:
Sebastian Lackner
<
sebastian@fds-team.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
72da5888
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
winnt.h
include/winnt.h
+23
-0
No files found.
include/winnt.h
View file @
eb5f4b86
...
...
@@ -5936,6 +5936,29 @@ typedef struct _TP_CALLBACK_ENVIRON_V1
}
u
;
}
TP_CALLBACK_ENVIRON_V1
;
typedef
struct
_TP_CALLBACK_ENVIRON_V3
{
TP_VERSION
Version
;
PTP_POOL
Pool
;
PTP_CLEANUP_GROUP
CleanupGroup
;
PTP_CLEANUP_GROUP_CANCEL_CALLBACK
CleanupGroupCancelCallback
;
PVOID
RaceDll
;
struct
_ACTIVATION_CONTEXT
*
ActivationContext
;
PTP_SIMPLE_CALLBACK
FinalizationCallback
;
union
{
DWORD
Flags
;
struct
{
DWORD
LongFunction
:
1
;
DWORD
Persistent
:
1
;
DWORD
Private
:
30
;
}
s
;
}
u
;
TP_CALLBACK_PRIORITY
CallbackPriority
;
DWORD
Size
;
}
TP_CALLBACK_ENVIRON_V3
;
typedef
struct
_TP_WORK
TP_WORK
,
*
PTP_WORK
;
typedef
struct
_TP_TIMER
TP_TIMER
,
*
PTP_TIMER
;
...
...
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