CM_EXTENDED_PARAMETER_TYPE - NtDoc

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

// private
typedef enum _CM_EXTENDED_PARAMETER_TYPE
{
    CmExtendedParameterInvalidType,
    CmExtendedParameterTrustClassKey,
    CmExtendedParameterEvent,
    CmExtendedParameterFileAccessToken,
    CmExtendedParameterMax,
} CM_EXTENDED_PARAMETER_TYPE;

#endif

View code on GitHub

NtDoc

No description available.