IRB_REQ_CONTROL structure (1394.h)
This structure contains the fields necessary for the 1394 bus driver to carry out a control request.
Syntax
typedef struct _IRB_REQ_CONTROL {
ULONG ulIoControlCode;
PMDL pInBuffer;
ULONG ulInBufferLength;
PMDL pOutBuffer;
ULONG ulOutBufferLength;
ULONG BytesReturned;
} IRB_REQ_CONTROL;
Members
ulIoControlCode
Specifies the control code used in this request. Vendors should make these control codes unique, so that they do not overlap.
pInBuffer
Points to an MDL that describes the input buffer. The input buffer contains user-defined information.
ulInBufferLength
Specifies the length of the input buffer.
pOutBuffer
Points to an MDL that describes the output buffer. The output buffer contains user-defined information.
ulOutBufferLength
Specifies the length of the output buffer.
BytesReturned
Specifies the number of bytes returned.
Requirements
Header | 1394.h |
Feedback
Submit and view feedback for