Compartir a través de


Estructura STINOTIFY (sti.h)

La estructura STINOTIFY se usa como parámetro para el IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationDatay métodos IStiUSD::GetNotificationData.

Sintaxis

typedef struct _STINOTIFY {
  DWORD dwSize;
  GUID  guidNotificationCode;
  BYTE  abNotificationData[MAX_NOTIFICATION_DATA];
} STINOTIFY, *LPSTINOTIFY;

Miembros

dwSize

Tamaño proporcionado por el autor de la llamada, en bytes, de la estructura STINOTIFY.

guidNotificationCode

GUID del evento. Para obtener más información, consulte Eventos de dispositivo de imagen fija.

abNotificationData[MAX_NOTIFICATION_DATA]

Matriz de bytes que contiene información opcional definida por el proveedor.

Requisitos

Requisito Valor
encabezado de sti.h (include Sti.h)