Modify

Opened 16 years ago

Closed 15 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 Changed 16 years ago by TicketCleanup

  • Version 3.2.13.9 deleted

Automatic ticket cleanup.

comment:2 Changed 15 years ago by Valik

  • Resolution set to Rejected
  • Status changed from new to closed

If we tried to document every (or even just the most useful) flags for every API function then the documentation would quickly balloon.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.