Condividi tramite


Struttura STINOTIFY (sti.h)

La struttura STINOTIFY viene utilizzata come parametro per i metodi IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationData e IStiUSD::GetNotificationData.

Sintassi

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

Members

dwSize

Dimensioni fornite dal chiamante, in byte, della struttura STINOTIFY.

guidNotificationCode

GUID dell'evento. Per altre informazioni, vedere Eventi del dispositivo ancora immagine.

abNotificationData[MAX_NOTIFICATION_DATA]

Matrice di byte contenente informazioni facoltative definite dal fornitore.

Requisiti

Requisito Valore
Intestazione sti.h (include Sti.h)