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