ReactOS 0.4.15-dev-7918-g2a2556c
main.c
Go to the documentation of this file.
1/*
2 * ReactOS WinStation
3 * Copyright (C) 2005 ReactOS Team
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */
19/*
20 * PROJECT: ReactOS winsta.dll
21 * FILE: lib/winsta/main.c
22 * PURPOSE: WinStation
23 * PROGRAMMER: Emanuele Aliberti <ea@reactos.com>
24 * Samuel Serapi?n
25 */
26
27#include "winsta.h"
28
30
31
36{
37 switch (dwReason)
38 {
40 hDllInstance = hinstDLL;
41 break;
43 break;
45 break;
47 break;
48 }
49 return TRUE;
50}
51/* EOF */
DWORD dwReason
Definition: misc.cpp:154
#define TRUE
Definition: types.h:120
BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)
Definition: main.c:26
#define DLL_THREAD_DETACH
Definition: compat.h:133
#define DLL_PROCESS_ATTACH
Definition: compat.h:131
#define DLL_PROCESS_DETACH
Definition: compat.h:130
#define DLL_THREAD_ATTACH
Definition: compat.h:132
HINSTANCE hDllInstance
Definition: main.c:29
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
static IN DWORD IN LPVOID lpvReserved
#define WINAPI
Definition: msvc.h:6