Modify ↓
Opened 17 years ago
Closed 17 years ago
#618 closed Feature Request (Rejected)
_WinAPI_OpenProcess documentation needs updating
| Reported by: | monoceres | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | Documentation | |
| Version: | Severity: | None | |
| Keywords: | WinAPI_OpenProcess | Cc: |
Description
The documentation needs to list the different access flags so you don't have to go to msdn or fire up visual studio every time you need them.
Here's a list:
PROCESS_TERMINATE 0x0001 PROCESS_CREATE_THREAD 0x0002 PROCESS_SET_SESSIONID 0x0004 PROCESS_VM_OPERATION 0x0008 PROCESS_VM_READ 0x0010 PROCESS_VM_WRITE 0x0020 PROCESS_DUP_HANDLE 0x0040 PROCESS_CREATE_PROCESS 0x0080 PROCESS_SET_QUOTA 0x0100 PROCESS_SET_INFORMATION 0x0200 PROCESS_QUERY_INFORMATION 0x0400 PROCESS_SUSPEND_RESUME 0x0800 PROCESS_QUERY_LIMITED_INFORMATION 0x1000
(Taken from WinNT.h)
Attachments (0)
Change History (2)
comment:1 by , 17 years ago
| Version: | 3.2.13.9 |
|---|
comment:2 by , 17 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
If we tried to document every (or even just the most useful) flags for every API function then the documentation would quickly balloon.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.