IRB_REQ_ISOCH_ATTACH_BUFFERS structure (1394.h)

This structure contains the fields required for the 1394 bus driver to carry out a IsochAttachBuffers request.

Syntax

typedef struct _IRB_REQ_ISOCH_ATTACH_BUFFERS {
  HANDLE            hResource;
  ULONG             nNumberOfDescriptors;
  PISOCH_DESCRIPTOR pIsochDescriptor;
} IRB_REQ_ISOCH_ATTACH_BUFFERS;

Members

hResource

Specifies the resource handle to attach buffers to.

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 attached, and the parameters that specify how each buffer is to be used.

Requirements

Requirement Value
Header 1394.h