Scroll to navigation

RtlMapGenericMask(3w) Wine API RtlMapGenericMask(3w)

NAME

RtlMapGenericMask (NTDLL.@)

SYNOPSIS

void RtlMapGenericMask
(
PACCESS_MASK AccessMask,
const GENERIC_MAPPING* GenericMapping
)
 

DESCRIPTION

Determine the nongeneric access rights specified by an access mask.
 

RETURNS

Nothing.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtl.c".
Debug channel "ntdll".
Oct 2012 Wine API