mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
fixed worker factory info class
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3750 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
typedef enum _WORKER_FACTORY_INFORMATION_CLASS
|
||||
{
|
||||
WorkerFactoryBasicInformation,
|
||||
WorkerFactoryAllInformation = 7,
|
||||
MaxWorkerFactoryInfoClass
|
||||
} WORKER_FACTORY_INFORMATION_CLASS, *PWORKER_FACTORY_INFORMATION_CLASS;
|
||||
|
||||
typedef struct _WORKER_FACTORY_BASIC_INFORMATION
|
||||
typedef struct _WORKER_FACTORY_ALL_INFORMATION
|
||||
{
|
||||
LARGE_INTEGER Timeout1;
|
||||
LARGE_INTEGER Timeout2;
|
||||
@@ -39,7 +39,7 @@ typedef struct _WORKER_FACTORY_BASIC_INFORMATION
|
||||
SIZE_T SizeOfStackReserve;
|
||||
SIZE_T SizeOfStackCommit;
|
||||
NTSTATUS CreateThreadStatus;
|
||||
} WORKER_FACTORY_BASIC_INFORMATION, *PWORKER_FACTORY_BASIC_INFORMATION;
|
||||
} WORKER_FACTORY_ALL_INFORMATION, *PWORKER_FACTORY_ALL_INFORMATION;
|
||||
|
||||
typedef struct _IO_COMPLETION_MINIPACKET
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user