AFD_SWITCH_CONTEXT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTAFD_H

// private
typedef struct _AFD_SWITCH_CONTEXT
{
    LONG EventsActive;
    LONG RcvCount;
    LONG ExpCount;
    LONG SndCount;
    BOOLEAN SelectFlag;
} AFD_SWITCH_CONTEXT, *PAFD_SWITCH_CONTEXT;

#endif

View code on GitHub

No description available.