RTL_SEGMENT_HEAP_PARAMETERS structure (ntifs.h)
Syntax
typedef struct _RTL_SEGMENT_HEAP_PARAMETERS {
USHORT Version;
USHORT Size;
ULONG Flags;
RTL_SEGMENT_HEAP_MEMORY_SOURCE MemorySource;
SIZE_T Reserved[4];
} RTL_SEGMENT_HEAP_PARAMETERS, *PRTL_SEGMENT_HEAP_PARAMETERS;
Members
Version
Contains the size of this structure, in bytes. The value of this member will change as members are added to the structure.
Size
Specifies the total size of the data returned, in bytes. This may include data that follows this structure.
Flags
The flags associated with the segment heap.
MemorySource
Specifies the memory source of the Segment heap.
Reserved[4]
Reserved.
Requirements
Requirement | Value |
---|---|
Header | ntifs.h |