SMAPINUMBER - NtDoc

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

// SmApiPort

// private
typedef enum _SMAPINUMBER
{
    SmNotImplementedApi = 0,
    SmSessionCompleteApi = 1,
    SmNotImplemented2Api = 2,
    SmExecPgmApi = 3,
    SmLoadDeferedSubsystemApi = 4,
    SmStartCsrApi = 5,
    SmStopCsrApi = 6,
    SmStartServerSiloApi = 7,
    SmMaxApiNumber = 8,
} SMAPINUMBER, *PSMAPINUMBER;

#endif

View code on GitHub

No description available.