Ejemplo n.º 1
0
 public static extern IntPtr InterlockedPopEntrySList(ref SLIST_HEADER ListHead);
Ejemplo n.º 2
0
 public static extern void InitializeSListHead(ref SLIST_HEADER ListHead);
Ejemplo n.º 3
0
 public static extern IntPtr InterlockedPushEntrySList(ref SLIST_HEADER ListHead, ref SINGLE_LIST_ENTRY ListEntry);
Ejemplo n.º 4
0
 public static extern IntPtr InterlockedFlushSList(ref SLIST_HEADER ListHead);