ReactOS 0.4.15-dev-7842-g558ab78
logonui.h
Go to the documentation of this file.
1#pragma once
2
3#include <windows.h>
4#include "resource.h"
5
6typedef struct _INFO
7{
11
13
14extern PINFO g_pInfo;
15
16
17
VOID NT5_RefreshLogoffScreenText(LPWSTR lpText, HDC hdcMem)
Definition: NT5design.c:115
struct _INFO INFO
PINFO g_pInfo
Definition: logonui.c:17
struct _INFO * PINFO
HDC NT5_DrawBaseBackground(HDC hdcDesktop)
Definition: NT5design.c:136
VOID NT5_CreateLogoffScreen(LPWSTR lpText, HDC hdcMem)
Definition: NT5design.c:125
static HDC
Definition: imagelist.c:92
Definition: precomp.h:84
INT cx
Definition: logonui.h:9
HINSTANCE hInstance
Definition: logonui.h:8
INT cy
Definition: logonui.h:10
int32_t INT
Definition: typedefs.h:58
HDC hdcMem
Definition: welcome.c:104
WCHAR * LPWSTR
Definition: xmlstorage.h:184