// 61883.h
typedef struct _CIP_CANCEL_FRAME {
IN HANDLE hConnect;
IN PCIP_FRAME Frame;
} CIP_CANCEL_FRAME, *PCIP_CANCEL_FRAME;
View the official Windows Driver Kit DDI referenceNo description available.
This structure is the input buffer in a cancel frame request. The request cancels an attached frame buffer. A frame can be canceled while the stream is running. If the canceled frame has already been sent, the protocol driver sets a status of STATUS_NOT_FOUND.
hConnectA handle to a connection.
FramePointer to a CIP_FRAME structure that contains information about the frame to cancel.