Object-specific access rights

  • Thread starter Thread starter Ondrej Sevecek
  • Start date Start date
O

Ondrej Sevecek

Hello,
I am not able (after several hours pent) to find some exhaustive list of
ALL Windows NT/2000/... all object's object-specific access rights. I was
able to find those, such as FILE_READ, or KEY_READ, but there should be some
other such as PIPE_???, SHARE_???, ...
Where is the list?

Thanks Ondra.
 
To my knowledge, there is no such list in explicit terms. However,
<accctrl.h> contains a number of object-specific mappings for use with
permissions (ACTRL_FILE_READ, ACTRL_KERNEL_TERMINATE...) which might be
close enough. You can also search for IsAccessAllowed in the MSDN or see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/com/htm/cmi_a2b_3c84.asp
to get a list of the ACTRL_ bits and their meanings.

--
This message is provided "AS IS" with no warranties, and confers no rights.
This message originates in the State of Washington (USA), where unsolicited
commercial email is legally actionable (see
http://www.wa.gov/ago/junkemail).
Harvesting of this address for purposes of bulk email (including "spam") is
prohibited unless by my expressed prior request. I retaliate viciously
against spammers and spam sites.
 
Back
Top