[ros-diffs] [jmorlan] 34685: - Implement access masks and optional inheritability for console handles. Currently, only CsrDuplicateHandle actually checks the access mask. - CreateFileW: Pass CONIN$/CONOUT$ opens to OpenConsoleW. - DuplicateConsoleHandle: Remove ProcessId from request structure, since console handles can only be duplicated in the calling process. Don't check low bits of handle (Windows ignores them), but do check options and (if DUPLICATE_SAME_ACCESS is not specified) access mode. - OpenCons