IRB_REQ_ISOCH_DETACH_BUFFERS - NtDoc

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

typedef struct _IRB_REQ_ISOCH_DETACH_BUFFERS {
  HANDLE            hResource;
  ULONG             nNumberOfDescriptors;
  PISOCH_DESCRIPTOR pIsochDescriptor;
} IRB_REQ_ISOCH_DETACH_BUFFERS;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_IRB_REQ_ISOCH_DETACH_BUFFERS structure

Description

This structure contains the fields required to carry out a IsochDetachBuffers request.

Members

hResource

Specifies the resource handle to detach buffers from.

nNumberOfDescriptors

Specifies the number of elements in the pIsochDescriptor array.

pIsochDescriptor

Points to an array of ISOCH_DESCRIPTOR structures that describe the buffers to be detached. The device driver should use the same ISOCH_DESCRIPTOR structure for a buffer that it used to attach the buffer.