Undocumented functions of NTDLL

2OO1, 1O February


Gridstore - NonStop Storage

SEMAPHORE_INFORMATION_CLASS
SEMAPHORE_INFORMATION_CLASS

typedef enum _SEMAPHORE_INFORMATION_CLASS {

SemaphoreBasicInformation

} SEMAPHORE_INFORMATION_CLASS, *PSEMAPHORE_INFORMATION_CLASS;



SEMAPHORE_INFORMATION_CLASS is enumeration type used with function NtQuerySemaphore. Currently only one class is defined:

  • SemaphoreBasicInformation
  •     Result of call to
    NtQuerySemaphore is SEMAPHORE_BASIC_INFORMATION structure.


    Documented by:
    Tomasz Nowak



    Requirements:
    Library: ntdll.lib


    See also:
    NtQuerySemaphore
    SEMAPHORE_BASIC_INFORMATION