Compartir a través de


Estructura STINOTIFY (sti.h)

La estructura STINOTIFY se usa como parámetro para los métodos IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationData e 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, vea Still Image Device Events.

abNotificationData[MAX_NOTIFICATION_DATA]

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

Requisitos

Requisito Valor
Header sti.h (include Sti.h)