Search:

XC_EVENT_DESC

As defined in xctypes.h

typedef struct XC_EVENT_DESC
{
    XC_OBJECT_TYPE xvi_type; // Object type of event
    xuint16 XVI_RESERVED_00;
    xerr xvi_status; // Status of event
    xhandle xvi_event; // Handle to event object
    xuint64 XVI_RESERVED_01[2];
} XC_EVENT_DESC;

Description: An event descriptor -- the data structure passed into a xcObjectVectoredCallback function



[ Top Of Page ]