Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenappwiz.h
Go to the documentation of this file.
00001 #define COBJMACROS 00002 #include <windows.h> 00003 #include <commctrl.h> 00004 #include <cpl.h> 00005 #include <prsht.h> 00006 #include <stdlib.h> 00007 #include <stdio.h> 00008 #include <stdarg.h> 00009 #include <tchar.h> 00010 #include <process.h> 00011 #include <prsht.h> 00012 #include <shlobj.h> 00013 #include <objbase.h> 00014 #include <shobjidl.h> 00015 #include <shlguid.h> 00016 00017 #include "resource.h" 00018 00019 typedef struct 00020 { 00021 WCHAR szTarget[MAX_PATH]; 00022 WCHAR szWorkingDirectory[MAX_PATH]; 00023 WCHAR szDescription[MAX_PATH]; 00024 WCHAR szLinkName[MAX_PATH]; 00025 } CREATE_LINK_CONTEXT, *PCREATE_LINK_CONTEXT; 00026 00027 extern HINSTANCE hApplet; 00028 00029 /* createlink.c */ 00030 INT_PTR CALLBACK 00031 WelcomeDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00032 00033 INT_PTR CALLBACK 00034 FinishDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam); 00035 00036 LONG CALLBACK 00037 NewLinkHere(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2); 00038 00039 void ShowLastWin32Error(HWND hWndOwner); 00040 00041 /* EOF */ Generated on Sun May 27 2012 04:20:50 for ReactOS by
1.7.6.1
|