**Hi all,

I am committing this patch to add support for:

SHCreateShortcut:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/html/wce50lrfSHCreateShortcut.asp
**
SHGetShortcutTarget:*
*http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/html/wce50lrfSHGetShortcutTarget.asp
**
SHGetSpecialFolderPath:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceui40/html/cerefSHGetSpecialFolderPath.asp


Cheers,
Pedro Alves

---
src/w32api/ChangeLog.ce:

2006-11-12  Pedro Alves  <[EMAIL PROTECTED]>

   * include/shellapi.h (SHGetSpecialFolderPath,
   SHGetShortcutTarget, SHCreateShortcut): Declare.

Index: shellapi.h
===================================================================
--- shellapi.h  (revision 796)
+++ shellapi.h  (working copy)
@@ -311,6 +311,15 @@
 HRESULT WINAPI SHEmptyRecycleBinA(HWND,LPCSTR,DWORD);
 HRESULT WINAPI SHEmptyRecycleBinW(HWND,LPCWSTR,DWORD);
 
+#if (_WIN32_WCE >= 0x300)
+BOOL WINAPI SHGetSpecialFolderPath(HWND,LPWSTR,int,BOOL);
+#endif
+
+#ifdef _WIN32_WCE
+BOOL WINAPI SHGetShortcutTarget(LPCTSTR,LPTSTR,int); 
+BOOL WINAPI SHCreateShortcut(LPTSTR,LPTSTR);
+#endif
+
 #ifdef UNICODE
 typedef NOTIFYICONDATAW NOTIFYICONDATA,*PNOTIFYICONDATA;
 typedef SHELLEXECUTEINFOW SHELLEXECUTEINFO,*LPSHELLEXECUTEINFO;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to