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

joy.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include <windows.h>
00004 #include <commctrl.h>
00005 #include <cpl.h>
00006 #include <stdlib.h>
00007 #include <stdio.h>
00008 #include <stdarg.h>
00009 #include <tchar.h>
00010 #include <process.h>
00011 
00012 #include "resource.h"
00013 
00014 typedef LONG (CALLBACK *CPLAPPLET_PROC)(VOID);
00015 
00016 typedef struct
00017 {
00018     int idIcon;
00019     int idName;
00020     int idDescription;
00021     CPLAPPLET_PROC AppletProc;
00022 } APPLET, *PAPPLET;
00023 
00024 typedef struct
00025 {
00026     WCHAR szTarget[MAX_PATH];
00027     WCHAR szWorkingDirectory[MAX_PATH];
00028     WCHAR szDescription[MAX_PATH];
00029     WCHAR szLinkName[MAX_PATH];
00030 }CREATE_LINK_CONTEXT, *PCREATE_LINK_CONTEXT;
00031 
00032 
00033 extern HINSTANCE hApplet;
00034 
00035 void ShowLastWin32Error(HWND hWndOwner);
00036 
00037 /* EOF */

Generated on Sat May 26 2012 04:19:45 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.