Skip to content

NativeMethods.LIST_ENTRY ​

Represents a doubly-linked list entry used in Windows kernel structures.

Kind: Struct

Namespace: ConnectorLib

Public Attributes

IntPtr

Flink

Pointer to the next entry in the list.

IntPtr

Blink

Pointer to the previous entry in the list.