reshuffling of dlls
[reactos.git] / reactos / dll / win32 / user32 / include / winsta.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS user32.dll
5 * FILE: include/winsta.h
6 * PURPOSE: Window stations
7 */
8
9 #ifndef USER32_WINSTA_H_INCLUDED
10 #define USER32_WINSTA_H_INCLUDED
11
12 extern BOOL FASTCALL EnumNamesA(HWINSTA WindowStation, NAMEENUMPROCA EnumFunc, LPARAM Context, BOOL Desktops);
13 extern BOOL FASTCALL EnumNamesW(HWINSTA WindowStation, NAMEENUMPROCW EnumFunc, LPARAM Context, BOOL Desktops);
14
15 #endif /* USER32_WINSTA_H_INCLUDED */