STINOTIFY structure (sti.h)
The STINOTIFY structure is used as a parameter to the IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationData, and IStiUSD::GetNotificationData methods.
Syntax
typedef struct _STINOTIFY {
DWORD dwSize;
GUID guidNotificationCode;
BYTE abNotificationData[MAX_NOTIFICATION_DATA];
} STINOTIFY, *LPSTINOTIFY;
Members
dwSize
Caller-supplied size, in bytes, of the STINOTIFY structure.
guidNotificationCode
GUID of the event. For more information, see Still Image Device Events.
abNotificationData[MAX_NOTIFICATION_DATA]
Byte array containing optional, vendor-defined information.
Requirements
Requirement | Value |
---|---|
Header | sti.h (include Sti.h) |