Search:

XC_SLOT_CONTEXT

As defined in xctypes.h

typedef struct XC_SLOT_CONTEXT
{
    XC_KEY xcreq_key; // Request key
    XC_SYMBOL_NAMESPACE xcreq_symbol_namespace : 4; // Namespace for symbol portion of key
    xuint8 XCREQ_RESERVED_00 : 4;
    xuint8 XCREQ_RESERVED_01[3];
    xuint32 XCREQ_RESERVED_02;
    xuint64 xcreq_turnkey; // User-specified turnkey (passed to callback on each event)
    xuint64 XCREQ_RESERVED_03;
} XC_SLOT_CONTEXT;

Description: The data structure that comprises the request-related slot-context in an XCAPI container object.



[ Top Of Page ]