// sti.h
typedef struct _STINOTIFY {
DWORD dwSize;
GUID guidNotificationCode;
BYTE abNotificationData[MAX_NOTIFICATION_DATA];
} STINOTIFY, *LPSTINOTIFY;
View the official Windows Driver Kit DDI referenceNo description available.
The STINOTIFY structure is used as a parameter to the IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationData, and IStiUSD::GetNotificationData methods.
dwSizeCaller-supplied size, in bytes, of the STINOTIFY structure.
guidNotificationCodeGUID of the event. For more information, see Still Image Device Events.
abNotificationDataByte array containing optional, vendor-defined information.