Condividi tramite


Struttura STINOTIFY (sti.h)

La struttura STINOTIFY viene usata come parametro per i metodi IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationDatae metodi IStiUSD::GetNotificationData.

Sintassi

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

Membri

dwSize

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

guidNotificationCode

GUID dell'evento. Per altre informazioni, vedere Still Image Device Events.

abNotificationData[MAX_NOTIFICATION_DATA]

Matrice di byte contenente informazioni facoltative definite dal fornitore.

Fabbisogno

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