Process Hacker
_PH_FILE_POOL_PARAMETERS Struct Reference

#include <filepool.h>

Data Fields

ULONG SegmentShift
 The base-2 logarithm of the size of each segment.
 
ULONG MaximumInactiveViews
 The maximum number of inactive segments to keep mapped.
 

Detailed Description

Definition at line 65 of file filepool.h.

Field Documentation

ULONG MaximumInactiveViews

The maximum number of inactive segments to keep mapped.

Definition at line 76 of file filepool.h.

ULONG SegmentShift

The base-2 logarithm of the size of each segment.

This value must be between 16 and 28, inclusive.

Definition at line 71 of file filepool.h.


The documentation for this struct was generated from the following file: