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
424cc2a0
Commit
424cc2a0
authored
May 09, 2005
by
Paul Vriens
Committed by
Alexandre Julliard
May 09, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the not used PROCESS_INFO struct.
parent
d6eb30d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
winternl.h
include/winternl.h
+0
-28
No files found.
include/winternl.h
View file @
424cc2a0
...
...
@@ -876,34 +876,6 @@ typedef struct _PROCESS_BASIC_INFORMATION {
#endif
}
PROCESS_BASIC_INFORMATION
,
*
PPROCESS_BASIC_INFORMATION
;
typedef
struct
_PROCESS_INFO
{
DWORD
Offset
;
/* 00 offset to next PROCESS_INFO ok*/
DWORD
ThreadCount
;
/* 04 number of ThreadInfo member ok */
DWORD
Unknown1
[
6
];
FILETIME
CreationTime
;
/* 20 */
DWORD
Unknown2
[
5
];
PWCHAR
ProcessName
;
/* 3c ok */
DWORD
BasePriority
;
DWORD
ProcessID
;
/* 44 ok*/
DWORD
ParentProcessID
;
DWORD
HandleCount
;
DWORD
Unknown3
[
2
];
/* 50 */
ULONG
PeakVirtualSize
;
ULONG
VirtualSize
;
ULONG
PageFaultCount
;
ULONG
PeakWorkingSetSize
;
ULONG
WorkingSetSize
;
ULONG
QuotaPeakPagedPoolUsage
;
ULONG
QuotaPagedPoolUsage
;
ULONG
QuotaPeakNonPagedPoolUsage
;
ULONG
QuotaNonPagedPoolUsage
;
ULONG
PagefileUsage
;
ULONG
PeakPagefileUsage
;
DWORD
PrivateBytes
;
DWORD
Unknown6
[
4
];
SYSTEM_THREAD_INFORMATION
ati
[
ANYSIZE_ARRAY
];
/* 94 size=0x40*/
}
PROCESS_INFO
,
PPROCESS_INFO
;
typedef
struct
_RTL_HEAP_DEFINITION
{
ULONG
Length
;
/* = sizeof(RTL_HEAP_DEFINITION) */
...
...
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