MSG_REPORTINT

This structure contains fields for the SHC_REPORT_INT message (passed with SpiSendMsg).

typedef struct _MSG_REPORTINT {
  ULONG     ulMsgLen;      /*  Length of structure. */
  PVOID     pBuffer;       /*  Return pointer. */
  ULONG     ulFlag;        /*  Reason for interrupt. */
  ULONG     ulStatus;      /*  Bytes read or written. */
  ULONG     ulStreamTime;  /*  Stream time in milliseconds. */
} MSG_REPORTINT;

typedef   MSG _ REPORTINT   FAR   * PMSG _ REPORTINT ;


[Back: MSG_REPORTEVENT Field - ulStreamTime]
[Next: MSG_REPORTINT Field - ulMsgLen]