IRB_REQ_ISOCH_STOP - NtDoc

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

typedef struct _IRB_REQ_ISOCH_STOP {
  HANDLE hResource;
  ULONG  fulFlags;
} IRB_REQ_ISOCH_STOP;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-1394-_irb_req_isoch_stop)

_IRB_REQ_ISOCH_STOP structure

Description

This structure contains the field necessary to carry out a IsochStop request.

Members

hResource

Specifies the resource handle for the channel on which to stop isochronous operations.

fulFlags

Reserved. Device drivers should set this member to zero.