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

test.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 typedef VOID
00004 NTAPI
00005 PExFreePool(PVOID Block);
00006 
00007 typedef PMDL
00008 NTAPI
00009 PMmCreateMdl(
00010     PMDL Mdl,
00011     PVOID Base,
00012     ULONG Length
00013 );
00014 
00015 typedef VOID
00016 NTAPI
00017 PMmProbeAndLockPages(
00018     PMDL Mdl,
00019     KPROCESSOR_MODE AccessMode,
00020     LOCK_OPERATION Operation
00021 );
00022 
00023 typedef LONG_PTR
00024 FASTCALL
00025 PObDereferenceObject(PVOID Object);
00026 
00027 typedef NTSTATUS
00028 NTAPI
00029 PObReferenceObjectByHandle(
00030     HANDLE Handle,
00031     ACCESS_MASK DesiredAccess,
00032     POBJECT_TYPE ObjectType,
00033     KPROCESSOR_MODE AccessMode,
00034     PVOID* Object,
00035     POBJECT_HANDLE_INFORMATION HandleInformation
00036 );

Generated on Thu May 24 2012 04:33:43 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.