Share via


estructura SECPKG_EVENT_NOTIFY (ntsecpkg.h)

La estructura SECPKG_EVENT_NOTIFY contiene información sobre los eventos de seguridad. Esta estructura se pasa a una función registrada para recibir notificaciones de eventos. Las funciones de notificación de eventos se registran mediante una llamada a la función RegisterNotification .

Sintaxis

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

Miembros

EventClass

Clase de evento.

Reserved

Reservado.

EventDataSize

Tamaño del miembro EventData .

EventData

Detalles del evento.

PackageParameter

Información especificada como valor de parámetro cuando se llama a RegisterNotification para registrarse para la notificación.

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado ntsecpkg.h