Undocumented functions of NTDLL

2OO1, 7 January



EVENT_INFORMATION_CLASS
EVENT_INFORMATION_CLASS

typedef enum _EVENT_INFORMATION_CLASS {

EventBasicInformation

} EVENT_INFORMATION_CLASS, *PEVENT_INFORMATION_CLASS;



This enumeration type is used with NtQueryEvent. There're no corresponding function to set event information. Currently only one information class is defined:
  • EventBasicInformation
  •     See
    EVENT_BASIC_INFORMATION for details.


    Documented by:
    Tomasz Nowak



    Requirements:
    Library: ntdll.lib


    See also:
    EVENT_BASIC_INFORMATION
    NtQueryEvent