ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

logonui.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.