Struct LIST_ENTRY
Describes an entry in a doubly linked list or serves as the header for such a list. See https://docs.microsoft.com/en-us/windows/win32/api/ntdef/ns-ntdef-_list_entry
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ERC.Structures
Assembly: ERC.Net.dll
Syntax
public struct LIST_ENTRY
Fields
Blink
Blink points to the previous entry in the list.
Declaration
public IntPtr Blink
Field Value
Type | Description |
---|---|
System.IntPtr |
Flink
Flink points to the next entry in the list.
Declaration
public IntPtr Flink
Field Value
Type | Description |
---|---|
System.IntPtr |