Undocumented functions of NTDLL

2OOO, 24 November


NtOpenMutant
NtOpenMutant

NTSYSAPI 
NTSTATUS
NTAPI

NtOpenMutant(
OUT PHANDLE MutantHandle, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes );


DesiredAccess
See <WinNT.h> or <WinBase.h> for possible Mutant access rights.

ObjectAttributes
Name of Mutant object to open.





Documented by:
Tomasz Nowak
Sven B. Schreiber



Requirements:
Library: ntdll.lib


See also:
NtCreateMutant