#include <nt.h>#include <ntrtl.h>#include <stdio.h>#include "localrtl.h"Go to the source code of this file.
Defines | |
| #define | MIN_OVERLAP (-(MAX_LENGTH + MAX_MARGIN)) |
| #define | MAX_OVERLAP (MAX_LENGTH + MAX_MARGIN - 1) |
| #define | BUFFER_SIZE (MAX_MARGIN + MAX_LENGTH + MAX_MARGIN + MAX_OFFSET + MAX_LENGTH + MAX_MARGIN + MAX_LENGTH + MAX_MARGIN) |
Functions | |
| void __cdecl | main () |
Variables | |
| UCHAR | Buffer0 [BUFFER_SIZE] |
| UCHAR | Buffer1 [BUFFER_SIZE] |
| UCHAR | Buffer2 [BUFFER_SIZE] |
|
|
|
|
|
Definition at line 46 of file tmovmem.c. Referenced by main(). |
|
|
Definition at line 45 of file tmovmem.c. Referenced by main(). |
|
|
Definition at line 56 of file tmovmem.c. References Buffer0, Buffer1, Buffer2, BUFFER_SIZE, FillPattern(), LocalCompareMemory(), LocalMoveMemory(), MAX_LENGTH, MAX_MARGIN, MAX_OFFSET, MAX_OVERLAP, MIN_OVERLAP, and Offset.
|
|
|
Definition at line 50 of file tmovmem.c. Referenced by main(). |
|
|
|
|
|
|
1.3.7