Estrutura STINOTIFY (sti.h)
A estrutura STINOTIFY é usada como um parâmetro para os métodos IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationDatae IStiUSD::GetNotificationData.
Sintaxe
typedef struct _STINOTIFY {
DWORD dwSize;
GUID guidNotificationCode;
BYTE abNotificationData[MAX_NOTIFICATION_DATA];
} STINOTIFY, *LPSTINOTIFY;
Membros
dwSize
Tamanho fornecido pelo chamador, em bytes, da estrutura STINOTIFY.
guidNotificationCode
GUID do evento. Para obter mais informações, consulte eventos de dispositivo de imagem ainda.
abNotificationData[MAX_NOTIFICATION_DATA]
Matriz de bytes que contém informações opcionais definidas pelo fornecedor.
Requisitos
Requisito | Valor |
---|---|
cabeçalho | sti.h (inclua Sti.h) |