Go to the source code of this file.
Defines | |
#define | MAX_MARGIN 8 |
#define | MAX_OFFSET 32 |
#define | MAX_LENGTH 72 |
Functions | |
ULONG | LocalCompareMemory (PVOID Source1, PVOID Source2, ULONG Length) |
ULONG | LocalCompareMemoryUlong (PVOID Source, ULONG Length, ULONG Pattern) |
VOID | LocalMoveMemory (PVOID Destination, CONST VOID *Source, ULONG Length) |
VOID | LocalFillMemory (PVOID Destination, ULONG Length, UCHAR Fill) |
VOID | LocalFillMemoryUlong (PVOID Destination, ULONG Length, ULONG Pattern) |
VOID | LocalZeroMemory (PVOID Destination, ULONG Length) |
VOID | FillPattern (PUCHAR To, ULONG Length) |
|
Definition at line 82 of file localrtl.h. Referenced by main(). |
|
Definition at line 80 of file localrtl.h. Referenced by main(). |
|
Definition at line 81 of file localrtl.h. Referenced by main(). |
|
Definition at line 35 of file localrtl.c. References Index, Pattern, and PATTERN_SIZE. Referenced by main().
|
|
Definition at line 55 of file localrtl.c. References Index, Source1, and Source2. Referenced by main().
|
|
Definition at line 77 of file localrtl.c. References Index, and Pattern.
|
|
Definition at line 119 of file localrtl.c. References Index. Referenced by main().
|
|
Definition at line 134 of file localrtl.c. References Index, and Pattern.
|
|
Referenced by main(). |
|
Definition at line 149 of file localrtl.c. References Index. Referenced by main().
|