estrutura PLUGPLAY_NOTIFICATION_HEADER (wdm.h)
Uma estrutura PLUGPLAY_NOTIFICATION_HEADER é incluída no início de cada estrutura de notificação PnP, como uma estrutura de DEVICE_INTERFACE_CHANGE_NOTIFICATION.
Sintaxe
typedef struct _PLUGPLAY_NOTIFICATION_HEADER {
USHORT Version;
USHORT Size;
GUID Event;
} PLUGPLAY_NOTIFICATION_HEADER, *PPLUGPLAY_NOTIFICATION_HEADER;
Membros
Version
Especifica a versão da estrutura de dados, atualmente definida como 1.
Size
Especifica o tamanho da estrutura, em bytes.
Event
Especifica um GUID que identifica o evento.
Observações
Os drivers podem converter uma estrutura de notificação PnP para esse tipo para acessar o campo de Eventos e identificar o tipo exato da estrutura.
Requisitos
Requisito | Valor |
---|---|
cabeçalho | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Consulte também
DEVICE_INTERFACE_CHANGE_NOTIFICATION
IoRegisterPlugPlayNotification