Beispiel #1
0
 public static extern IntPtr InterlockedPopEntrySList(ref SLIST_HEADER ListHead);
Beispiel #2
0
 public static extern void InitializeSListHead(ref SLIST_HEADER ListHead);
Beispiel #3
0
 public static extern IntPtr InterlockedPushEntrySList(ref SLIST_HEADER ListHead, ref SINGLE_LIST_ENTRY ListEntry);
Beispiel #4
0
 public static extern IntPtr InterlockedFlushSList(ref SLIST_HEADER ListHead);