CIP_CANCEL_FRAME structure (61883.h)
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.
Syntax
typedef struct _CIP_CANCEL_FRAME {
IN HANDLE hConnect;
IN PCIP_FRAME Frame;
} CIP_CANCEL_FRAME, *PCIP_CANCEL_FRAME;
Members
hConnect
A handle to a connection.
Frame
Pointer to a CIP_FRAME structure that contains information about the frame to cancel.
Requirements
Requirement | Value |
---|---|
Header | 61883.h |