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

winsta.h
Go to the documentation of this file.
00001 /*
00002  * PROJECT:         ReactOS winsta.dll
00003  * FILE:            dll/win32/winsta/winsta.h
00004  * PURPOSE:         WinStation
00005  * PROGRAMMER:      Aleksey Bragin
00006  * NOTES:           This file contains exported functions relevant to
00007  *                  userinit, winlogon, lsass and friends.
00008  */
00009 
00010 #ifndef _WINSTA_H
00011 #define _WINSTA_H
00012 
00013 /* Default header set */
00014 #include <stdarg.h>
00015 #include <time.h>
00016 
00017 #include "windef.h"
00018 #include "winbase.h"
00019 #include "winternl.h"
00020 
00021 #include "wine/debug.h"
00022 
00023 WINE_DEFAULT_DEBUG_CHANNEL(winsta);
00024 
00025 /* WinSta calling convention */
00026 #define WINSTAAPI WINAPI
00027 
00028 #endif /* !def _WINSTA_H */
00029 

Generated on Sun May 27 2012 04:27:00 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.