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

srv.h File Reference
#include <stdio.h>
#include <windows.h>
#include <winnt.h>
#include <ndk/ntndk.h>
#include <pseh/pseh2.h>
#include <sm/helper.h>
#include <sm/smmsg.h>
#include <api.h>
#include <csrplugin.h>

Go to the source code of this file.

Defines

#define NTOS_MODE_USER
#define WIN32_NO_STATUS
#define SM_REG_KEY   L"\\Registry\\Machine\\System\\CurrentControlSet\\Control\\Session Manager"
#define SESSION_ROOT   L"\\Sessions"
#define GLOBAL_ROOT   L"\\GLOBAL??"
#define SYMLINK_NAME   L"SymbolicLink"
#define SB_PORT_NAME   L"SbAbiPort"
#define CSR_PORT_NAME   L"ApiPort"
#define UNICODE_PATH_SEP   L"\\"
#define ROUND_UP(n, align)   ROUND_DOWN(((ULONG)n) + (align) - 1, (align))
#define ROUND_DOWN(n, align)   (((ULONG)n) & ~((align) - 1l))

Variables

HANDLE CsrHeap

Generated on Sun May 27 2012 06:08:40 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.