// iddcx.h
typedef enum IDDCX_FRAME_STATUS {
IDDCX_FRAME_STATUS_UNINITIALIZED = 0,
IDDCX_FRAME_STATUS_COMPLETED = 1,
IDDCX_FRAME_STATUS_DROPPED = 2,
IDDCX_FRAME_STATUS_ERROR = 3
} ;
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_FRAME_STATUS value indicates the processing status of the frame.
IDDCX_FRAME_STATUS_UNINITIALIZED:0Indicates that an IDDCX_FRAME_STATUS variable has not yet been assigned a meaningful value.
IDDCX_FRAME_STATUS_COMPLETED:1Indicates that the frame was processed completely and sent to the device.
IDDCX_FRAME_STATUS_DROPPED:2Indicates that the driver stopped processing this frame to start on a newer frame. This normally happens if it is taking a long time to process/transmit the frame.
IDDCX_FRAME_STATUS_ERROR:3Indicates that the driver stopped processing this frame because the driver hit an internal error.
IddCxSwapChainReleaseAndAcquireBuffer
IddCxSwapChainReleaseAndAcquireSystemBuffer