SECPKG_EVENT_NOTIFY structure (ntsecpkg.h)

The SECPKG_EVENT_NOTIFY structure contains information about security events. This structure is passed to a function registered to receive event notifications. Event notification functions are registered by calling the RegisterNotification function.

Syntax

typedef struct _SECPKG_EVENT_NOTIFY {
  ULONG EventClass;
  ULONG Reserved;
  ULONG EventDataSize;
  PVOID EventData;
  PVOID PackageParameter;
} SECPKG_EVENT_NOTIFY, *PSECPKG_EVENT_NOTIFY;

Members

EventClass

The event class.

Reserved

Reserved.

EventDataSize

The size of the EventData member.

EventData

The event details.

PackageParameter

Information specified as the Parameter value when RegisterNotification is called to register for notification.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecpkg.h