Structure STINOTIFY (sti.h)
La structure STINOTIFY est utilisée comme paramètre pour les méthodes IStillImage ::LaunchApplicationForDevice, IStiDevice ::GetLastNotificationData et IStiUSD ::GetNotificationData .
Syntaxe
typedef struct _STINOTIFY {
DWORD dwSize;
GUID guidNotificationCode;
BYTE abNotificationData[MAX_NOTIFICATION_DATA];
} STINOTIFY, *LPSTINOTIFY;
Membres
dwSize
Taille fournie par l’appelant, en octets, de la structure STINOTIFY.
guidNotificationCode
GUID de l’événement. Pour plus d’informations, consultez Événements d’appareil image fixe.
abNotificationData[MAX_NOTIFICATION_DATA]
Tableau d’octets contenant des informations facultatives définies par le fournisseur.
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | sti.h (inclure Sti.h) |