Undocumented functions of NTDLL

2OO1, 1O February


NtOpenSemaphore
NtOpenSemaphore

NTSYSAPI 
NTSTATUS
NTAPI

NtOpenSemaphore(
OUT PHANDLE SemaphoreHandle, IN ACCESS_MASK DesiredAccess, IN POBJECT_ATTRIBUTES ObjectAttributes );



Function NtOpenSemaphore opens named Semaphore Object. This operation doesn't modify semaphore's internal counter.



Requirements:
Library: ntdll.lib


See also:
NtCreateSemaphore