Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

localrtl.h

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1993 Digital Equipment Corporation 00004 00005 Module Name: 00006 00007 localrtl.h 00008 00009 Abstract: 00010 00011 This module contains the local Rtl header file. 00012 00013 Author: 00014 00015 Thomas Van Baak (tvb) 11-Jan-1993 00016 00017 Revision History: 00018 00019 --*/ 00020 00021 // 00022 // Define function prototypes of local Rtl Memory functions. 00023 // 00024 00025 ULONG 00026 LocalCompareMemory ( 00027 PVOID Source1, 00028 PVOID Source2, 00029 ULONG Length 00030 ); 00031 00032 ULONG 00033 LocalCompareMemoryUlong ( 00034 PVOID Source, 00035 ULONG Length, 00036 ULONG Pattern 00037 ); 00038 00039 VOID 00040 LocalMoveMemory ( 00041 PVOID Destination, 00042 CONST VOID *Source, 00043 ULONG Length 00044 ); 00045 00046 VOID 00047 LocalFillMemory ( 00048 PVOID Destination, 00049 ULONG Length, 00050 UCHAR Fill 00051 ); 00052 00053 VOID 00054 LocalFillMemoryUlong ( 00055 PVOID Destination, 00056 ULONG Length, 00057 ULONG Pattern 00058 ); 00059 00060 VOID 00061 LocalZeroMemory ( 00062 PVOID Destination, 00063 ULONG Length 00064 ); 00065 00066 // 00067 // Define function prototypes of other common functions. 00068 // 00069 00070 VOID 00071 FillPattern( 00072 PUCHAR To, 00073 ULONG Length 00074 ); 00075 00076 // 00077 // Define maximum values for the string tests. 00078 // 00079 00080 #define MAX_MARGIN 8 00081 #define MAX_OFFSET 32 00082 #define MAX_LENGTH 72

Generated on Sat May 15 19:40:39 2004 for test by doxygen 1.3.7