ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

rtl.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.