Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenjoy.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
1.7.6.1
|