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

ksuser.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #define _KSDDK_
00004 
00005 #define WIN32_NO_STATUS
00006 #include <windows.h>
00007 #include <ndk/iofuncs.h>
00008 #include <ndk/obtypes.h>
00009 #include <ndk/rtlfuncs.h>
00010 
00011 
00012 #include <ks.h>
00013 
00014 #define ROUND_DOWN(n, align) \
00015     (((ULONG)n) & ~((align) - 1l))
00016 
00017 #define ROUND_UP(n, align) \
00018     ROUND_DOWN(((ULONG)n) + (align) - 1, (align))

Generated on Mon May 28 2012 04:21: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.