Condividi tramite


SECPKG_EVENT_NOTIFY struttura (ntsecpkg.h)

La struttura SECPKG_EVENT_NOTIFY contiene informazioni sugli eventi di sicurezza. Questa struttura viene passata a una funzione registrata per ricevere notifiche degli eventi. Le funzioni di notifica degli eventi vengono registrate chiamando la funzione RegisterNotification .

Sintassi

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

Members

EventClass

Classe di evento.

Reserved

Riservato.

EventDataSize

Dimensione del membro EventData .

EventData

Dettagli evento.

PackageParameter

Informazioni specificate come valore parametro quando RegisterNotification viene chiamato per registrare la notifica.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecpkg.h