[THEMES]
[reactos.git] / reactos / base / system / logonui / logonui.h
1 #pragma once
2
3 #include <windows.h>
4 #include "resource.h"
5
6 typedef struct _INFO
7 {
8 HINSTANCE hInstance;
9 INT cx;
10 INT cy;
11
12 } INFO, *PINFO;
13
14 extern PINFO g_pInfo;
15
16
17
18 HDC NT5_DrawBaseBackground(HDC hdcDesktop);
19 VOID NT5_CreateLogoffScreen(LPWSTR lpText, HDC hdcMem);
20 VOID NT5_RefreshLogoffScreenText(LPWSTR lpText, HDC hdcMem);