Data Structures
Linked List:
LIST_ENTRY
SINGLE_LIST_ENTRY
CONTAINING_RECORD
Double Linked List:
InitializeListHead
InsertHeadList
InsertTailList
IsListEmpty
RemoveEntryList
RemoveHeadList
RemoveTailList
Single Link List
PushEntryList
PopEntryList
String (A or W version)
RtlCopyMemory
RtlCopyBytes
RtlZeroMemory
RtlInitUnicodeString, RtlInitAnsiString, RtlAnsiStringToUnicodeString
RtlFreeUnicodeString
RtlStringCbCopyA, RtlStringCcbCopyA
RtlStringCbCatA, RtlStringCcbCatA
RtlStringCbPrintfA, RtlStringCcbPrintA
RtlStringCbVprintfA, RtlStringCcbVPrintA
RtlStringCbLengthA, RtlStringCcbLengthA
