LPSTINOTIFY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sti.h

typedef struct _STINOTIFY {
  DWORD dwSize;
  GUID  guidNotificationCode;
  BYTE  abNotificationData[MAX_NOTIFICATION_DATA];
} STINOTIFY, *LPSTINOTIFY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sti-_stinotify)

_STINOTIFY structure

Description

The STINOTIFY structure is used as a parameter to the IStillImage::LaunchApplicationForDevice, IStiDevice::GetLastNotificationData, and IStiUSD::GetNotificationData methods.

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

Byte array containing optional, vendor-defined information.