SBAPINUMBER - NtDoc

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

// SbApiPort

// private
typedef enum _SBAPINUMBER
{
    SbCreateSessionApi = 0,
    SbTerminateSessionApi = 1,
    SbForeignSessionCompleteApi = 2,
    SbCreateProcessApi = 3,
    SbMaxApiNumber = 4,
} SBAPINUMBER, *PSBAPINUMBER;

#endif

View code on GitHub

No description available.