Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenrtl.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #ifdef _WIN64 00004 VOID 00005 NTAPI 00006 RtlInitializeSListHead(IN PSLIST_HEADER ListHead); 00007 #define InitializeSListHead RtlInitializeSListHead 00008 #endif 00009 00010 NTSTATUS 00011 NTAPI 00012 RtlQueryAtomListInAtomTable( 00013 IN PRTL_ATOM_TABLE AtomTable, 00014 IN ULONG MaxAtomCount, 00015 OUT ULONG *AtomCount, 00016 OUT RTL_ATOM *AtomList 00017 ); 00018 00019 VOID 00020 NTAPI 00021 RtlInitializeRangeListPackage( 00022 VOID 00023 ); 00024 00025 /* EOF */ Generated on Sun May 27 2012 04:36:22 for ReactOS by
1.7.6.1
|