Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
La structure STINOTIFY est utilisée comme paramètre pour l'IStillImage ::LaunchApplicationForDevice, IStiDevice ::GetLastNotificationDataet méthodes 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 still image.
abNotificationData[MAX_NOTIFICATION_DATA]
Tableau d’octets contenant des informations facultatives définies par le fournisseur.
Exigences
Exigence | Valeur |
---|---|
d’en-tête | sti.h (include Sti.h) |