AccessMask icon indicating copy to clipboard operation
AccessMask copied to clipboard

AccessMask is a command line tool that interprets handle access mask values (both generic and specific).

Usage: AccessMask [-d] [type]

	value is interpreted as hex, unless the -d switch is specified (decimal).
	type is one of: file, process, thread, token, job, timer, key, event, mutex, semaphore, 
		desktop, windowstation, directory.
	
	Specific access mask bits will not be interpreted if type is not specified.