Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlogonui.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #include <windows.h> 00004 #include "resource.h" 00005 00006 typedef struct _INFO 00007 { 00008 HINSTANCE hInstance; 00009 INT cx; 00010 INT cy; 00011 00012 } INFO, *PINFO; 00013 00014 extern PINFO g_pInfo; 00015 00016 00017 00018 HDC NT5_DrawBaseBackground(HDC hdcDesktop); 00019 VOID NT5_CreateLogoffScreen(LPWSTR lpText, HDC hdcMem); 00020 VOID NT5_RefreshLogoffScreenText(LPWSTR lpText, HDC hdcMem); Generated on Sat May 26 2012 04:17:41 for ReactOS by
1.7.6.1
|