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
2884205d
Commit
2884205d
authored
Mar 22, 2017
by
Vitaly Lipatov
Committed by
Alexandre Julliard
Mar 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add PERF_DATA_BLOCK struct definition.
Signed-off-by:
Vitaly Lipatov
<
lav@etersoft.ru
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
072c58e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
winperf.h
include/winperf.h
+21
-0
No files found.
include/winperf.h
View file @
2884205d
...
@@ -67,4 +67,25 @@
...
@@ -67,4 +67,25 @@
#define PERF_DETAIL_EXPERT 300
#define PERF_DETAIL_EXPERT 300
#define PERF_DETAIL_WIZARD 400
#define PERF_DETAIL_WIZARD 400
/* Performance data structure header
* returned in answer to HKEY_PERFORMANCE_DATA request
*/
typedef
struct
_PERF_DATA_BLOCK
{
WCHAR
Signature
[
4
];
DWORD
LittleEndian
;
DWORD
Version
;
DWORD
Revision
;
DWORD
TotalByteLength
;
DWORD
HeaderLength
;
DWORD
NumObjectTypes
;
DWORD
DefaultObject
;
SYSTEMTIME
SystemTime
;
LARGE_INTEGER
PerfTime
;
LARGE_INTEGER
PerfFreq
;
LARGE_INTEGER
PerfTime100nSec
;
DWORD
SystemNameLength
;
DWORD
SystemNameOffset
;
}
PERF_DATA_BLOCK
,
*
PPERF_DATA_BLOCK
,
*
LPPERF_DATA_BLOCK
;
#endif
/* _WINPERF_ */
#endif
/* _WINPERF_ */
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