// 1394.h
typedef struct _IRB_REQ_ISOCH_STOP {
HANDLE hResource;
ULONG fulFlags;
} IRB_REQ_ISOCH_STOP;
View the official Windows Driver Kit DDI referenceNo description available.
This structure contains the field necessary to carry out a IsochStop request.
hResourceSpecifies the resource handle for the channel on which to stop isochronous operations.
fulFlagsReserved. Device drivers should set this member to zero.