Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenwinsta.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
1.7.6.1
|