WORKERFACTORYINFOCLASS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTEXAPI_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
// begin_private

typedef enum _WORKERFACTORYINFOCLASS
{
    WorkerFactoryTimeout,               // qs: LARGE_INTEGER
    WorkerFactoryRetryTimeout,          // qs: LARGE_INTEGER
    WorkerFactoryIdleTimeout,           // qs: LARGE_INTEGER
    WorkerFactoryBindingCount,          // qs: ULONG
    WorkerFactoryThreadMinimum,         // qs: ULONG
    WorkerFactoryThreadMaximum,         // qs: ULONG
    WorkerFactoryPaused,                // qs: ULONG or BOOLEAN
    WorkerFactoryBasicInformation,      // q: WORKER_FACTORY_BASIC_INFORMATION
    WorkerFactoryAdjustThreadGoal,      // s: ULONG
    WorkerFactoryCallbackType,          // qs: ULONG
    WorkerFactoryStackInformation,      // qs: ULONG/ULONG_PTR // 10
    WorkerFactoryThreadBasePriority,    // qs: ULONG
    WorkerFactoryTimeoutWaiters,        // qs: ULONG // since THRESHOLD
    WorkerFactoryFlags,                 // qs: ULONG
    WorkerFactoryThreadSoftMaximum,     // qs: ULONG
    WorkerFactoryThreadCpuSets,         // qs: ULONG[] // since REDSTONE5
    MaxWorkerFactoryInfoClass
} WORKERFACTORYINFOCLASS, *PWORKERFACTORYINFOCLASS;

// end_private
#endif
#endif

View code on GitHub

NtDoc

No description available.