~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/dlls/shell32/pidl.h

Version: ~ [ wine-1.5.30 ] ~ [ wine-1.5.29 ] ~ [ wine-1.5.28 ] ~ [ wine-1.5.27 ] ~ [ wine-1.5.26 ] ~ [ wine-1.5.25 ] ~ [ wine-1.5.24 ] ~ [ wine-1.5.23 ] ~ [ wine-1.5.22 ] ~ [ wine-1.5.21 ] ~ [ wine-1.5.20 ] ~ [ wine-1.5.19 ] ~ [ wine-1.5.18 ] ~ [ wine-1.5.17 ] ~ [ wine-1.5.16 ] ~ [ wine-1.5.15 ] ~ [ wine-1.5.14 ] ~ [ wine-1.5.13 ] ~ [ wine-1.5.12 ] ~ [ wine-1.5.11 ] ~ [ wine-1.5.10 ] ~ [ wine-1.5.9 ] ~ [ wine-1.5.8 ] ~ [ wine-1.5.7 ] ~ [ wine-1.4.1 ] ~ [ wine-1.5.6 ] ~ [ wine-1.5.5 ] ~ [ wine-1.5.4 ] ~ [ wine-1.5.3 ] ~ [ wine-1.5.2 ] ~ [ wine-1.5.1 ] ~ [ wine-1.5.0 ] ~ [ wine-1.4 ] ~ [ wine-1.4-rc6 ] ~ [ wine-1.4-rc5 ] ~ [ wine-1.4-rc4 ] ~ [ wine-1.4-rc3 ] ~ [ wine-1.4-rc2 ] ~ [ wine-1.4-rc1 ] ~ [ wine-1.3.37 ] ~ [ wine-1.3.36 ] ~ [ wine-1.3.35 ] ~ [ wine-1.3.34 ] ~ [ wine-1.3.33 ] ~ [ wine-1.3.32 ] ~ [ wine-1.3.31 ] ~ [ wine-1.3.30 ] ~ [ wine-1.3.29 ] ~ [ wine-1.3.28 ] ~ [ wine-1.3.27 ] ~ [ wine-1.3.26 ] ~ [ wine-1.3.25 ] ~ [ wine-1.3.24 ] ~ [ wine-1.3.23 ] ~ [ wine-1.3.22 ] ~ [ wine-1.3.21 ] ~ [ wine-1.3.20 ] ~ [ wine-1.3.19 ] ~ [ wine-1.3.18 ] ~ [ wine-1.2.3 ] ~ [ wine-1.3.17 ] ~ [ wine-1.3.16 ] ~ [ wine-1.3.15 ] ~ [ wine-1.3.14 ] ~ [ wine-1.3.13 ] ~ [ wine-1.3.12 ] ~ [ wine-1.3.11 ] ~ [ wine-1.3.10 ] ~ [ wine-1.3.9 ] ~ [ wine-1.2.2 ] ~ [ wine-1.3.8 ] ~ [ wine-1.3.7 ] ~ [ wine-1.3.6 ] ~ [ wine-1.3.5 ] ~ [ wine-1.2.1 ] ~ [ wine-1.3.4 ] ~ [ wine-1.3.3 ] ~ [ wine-1.3.2 ] ~ [ wine-1.3.1 ] ~ [ wine-1.3.0 ] ~ [ wine-1.2 ] ~ [ wine-1.2-rc7 ] ~ [ wine-1.2-rc6 ] ~ [ wine-1.2-rc5 ] ~ [ wine-1.2-rc4 ] ~ [ wine-1.2-rc3 ] ~ [ wine-1.2-rc2 ] ~ [ wine-1.2-rc1 ] ~ [ wine-1.1.44 ] ~ [ wine-1.1.43 ] ~ [ wine-1.1.42 ] ~ [ wine-1.1.41 ] ~ [ wine-1.1.40 ] ~ [ wine-1.1.39 ] ~ [ wine-1.1.38 ] ~ [ wine-1.1.37 ] ~ [ wine-1.1.36 ] ~ [ wine-1.1.35 ] ~ [ wine-1.1.34 ] ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * internal pidl functions
  3  *
  4  * Copyright 1998 Juergen Schmied
  5  * Copyright 2004 Juan Lang
  6  *
  7  * This library is free software; you can redistribute it and/or
  8  * modify it under the terms of the GNU Lesser General Public
  9  * License as published by the Free Software Foundation; either
 10  * version 2.1 of the License, or (at your option) any later version.
 11  *
 12  * This library is distributed in the hope that it will be useful,
 13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 15  * Lesser General Public License for more details.
 16  *
 17  * You should have received a copy of the GNU Lesser General Public
 18  * License along with this library; if not, write to the Free Software
 19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 20  *
 21  * NOTES:
 22  *
 23  * DO NOT use this definitions outside the shell32.dll !
 24  *
 25  * The contents of a pidl should never used from a application
 26  * directly.
 27  *
 28  * Undocumented:
 29  * MS says: the abID of SHITEMID should be treated as binary data and not
 30  * be interpreted by applications. Applies to everyone but MS itself.
 31  * Word95 interprets the contents of abID (Filesize/Date) so we have to go
 32  * for binary compatibility here.
 33  */
 34 
 35 #ifndef __WINE_PIDL_H
 36 #define __WINE_PIDL_H
 37 
 38 #include <stdarg.h>
 39 
 40 #include "windef.h"
 41 #include "winbase.h"
 42 #include "winuser.h"
 43 #include "shlobj.h"
 44 
 45 /*
 46 * the pidl does cache fileattributes to speed up SHGetAttributes when
 47 * displaying a big number of files.
 48 *
 49 * a pidl of NULL means the desktop
 50 *
 51 * The structure of the pidl seems to be a union. The first byte of the
 52 * PIDLDATA describes the type of pidl.
 53 *
 54 *       object        ! first byte /  ! format       ! living space
 55 *                     ! size
 56 *       ----------------------------------------------------------------
 57 *       my computer     0x1F/20         guid (2)        (usual)
 58 *       network         0x1F            guid
 59 *       bitbucket       0x1F            guid
 60 *       drive           0x23/25         drive           (usual)
 61 *       drive           0x25/25         drive           (lnk/persistent)
 62 *       drive           0x29/25         drive
 63 *       shell extension 0x2E            guid
 64 *       drive           0x2F            drive           (lnk/persistent)
 65 *       folder/file     0x30            folder/file (1) (lnk/persistent)
 66 *       folder          0x31            folder          (usual)
 67 *       valueA          0x32            file            (ANSI file name) 
 68 *       valueW          0x34            file            (Unicode file name)
 69 *       workgroup       0x41            network (3)
 70 *       computer        0x42            network (4)
 71 *       net provider    0x46            network
 72 *       whole network   0x47            network (5)
 73 *       MSITStore       0x61            htmlhlp (7)
 74 *       printers/ras connections        0x70            guid
 75 *       history/favorites 0xb1          file
 76 *       share           0xc3            network (6)
 77 *
 78 * guess: the persistent elements are non tracking
 79 *
 80 * (1) dummy byte is used, attributes are empty
 81 * (2) IID_MyComputer = 20D04FE0L-3AEA-1069-A2D8-08002B30309D
 82 * (3) two strings       "workgroup" "Microsoft Network"
 83 * (4) two strings       "\\sirius" "Microsoft Network"
 84 * (5) one string        "Entire Network"
 85 * (6) two strings       "\\sirius\c" "Microsoft Network"
 86 * (7) contains string   "mk:@MSITStore:C:\path\file.chm::/path/filename.htm"
 87 *               GUID    871C5380-42A0-1069-A2EA-08002B30309D
 88 */
 89 
 90 #define PT_CPLAPPLET    0x00
 91 #define PT_GUID         0x1F
 92 #define PT_DRIVE        0x23
 93 #define PT_DRIVE2       0x25
 94 #define PT_DRIVE3       0x29
 95 #define PT_SHELLEXT     0x2E
 96 #define PT_DRIVE1       0x2F
 97 #define PT_FOLDER1      0x30
 98 #define PT_FOLDER       0x31
 99 #define PT_VALUE        0x32
100 #define PT_VALUEW       0x34
101 #define PT_WORKGRP      0x41
102 #define PT_COMP         0x42
103 #define PT_NETPROVIDER  0x46
104 #define PT_NETWORK      0x47
105 #define PT_IESPECIAL1   0x61
106 #define PT_YAGUID       0x70 /* yet another guid.. */
107 #define PT_IESPECIAL2   0xb1
108 #define PT_SHARE        0xc3
109 
110 #include "pshpack1.h"
111 typedef BYTE PIDLTYPE;
112 
113 typedef struct tagPIDLCPanelStruct
114 { 
115     BYTE dummy;                 /*01 is 0x00 */
116     DWORD iconIdx;              /*02 negative icon ID */
117     WORD offsDispName;          /*06*/
118     WORD offsComment;           /*08*/
119     CHAR szName[1];             /*10*/ /* terminated by 0x00, followed by display name and comment string */
120 } PIDLCPanelStruct;
121 
122 typedef struct tagGUIDStruct
123 {
124     BYTE dummy; /* offset 01 is unknown */
125     GUID guid;  /* offset 02 */
126 } GUIDStruct;
127 
128 typedef struct tagDriveStruct
129 {
130     CHAR szDriveName[20];       /*01*/
131     WORD unknown;               /*21*/
132 } DriveStruct;
133 
134 typedef struct tagFileStruct
135 {
136     BYTE dummy;                 /*01 is 0x00 for files or dirs */
137     DWORD dwFileSize;           /*02*/
138     WORD uFileDate;             /*06*/
139     WORD uFileTime;             /*08*/
140     WORD uFileAttribs;          /*10*/
141     CHAR szNames[1];            /*12*/
142     /* Here are coming two strings. The first is the long name.
143     The second the dos name when needed or just 0x00 */
144 } FileStruct;
145 
146 /* At least on WinXP, this struct is appended with 2-byte-alignment to FileStruct. There follows 
147  * a WORD member after the wszName string, which gives the offset from the beginning of the PIDL 
148  * to the FileStructW member. */
149 typedef struct tagFileStructW {
150     WORD cbLen;
151     BYTE dummy1[6];
152     WORD uCreationDate;
153     WORD uCreationTime;
154     WORD uLastAccessDate;
155     WORD uLastAccessTime;
156     BYTE dummy2[4];
157     WCHAR wszName[1];
158 } FileStructW;
159 
160 typedef struct tagValueW
161 {
162     WCHAR name[1];
163 } ValueWStruct;
164 
165 typedef struct tagPIDLDATA
166 {       PIDLTYPE type;                  /*00*/
167         union
168         {
169           struct tagGUIDStruct guid;
170           struct tagDriveStruct drive;
171           struct tagFileStruct file;
172           struct
173           { WORD dummy;         /*01*/
174             CHAR szNames[1];    /*03*/
175           } network;
176           struct
177           { WORD dummy;         /*01*/
178             DWORD dummy1;       /*02*/
179             CHAR szName[1];     /*06*/ /* terminated by 0x00 0x00 */
180           } htmlhelp;
181           struct tagPIDLCPanelStruct cpanel;
182           struct tagValueW valueW;
183         }u;
184 } PIDLDATA, *LPPIDLDATA;
185 #include "poppack.h"
186 
187 /*
188  * getting special values from simple pidls
189  */
190 DWORD   _ILSimpleGetText        (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
191 DWORD   _ILSimpleGetTextW       (LPCITEMIDLIST pidl, LPWSTR pOut, UINT uOutSize);
192 BOOL    _ILGetFileDate          (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
193 DWORD   _ILGetFileSize          (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
194 BOOL    _ILGetExtension         (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
195 void    _ILGetFileType          (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
196 DWORD   _ILGetFileAttributes    (LPCITEMIDLIST pidl, LPSTR pOut, UINT uOutSize);
197 
198 BOOL    _ILGetFileDateTime      (LPCITEMIDLIST pidl, FILETIME *ft);
199 DWORD   _ILGetDrive             (LPCITEMIDLIST, LPSTR, UINT);
200 
201 /*
202  * testing simple pidls
203  */
204 BOOL    _ILIsUnicode            (LPCITEMIDLIST pidl);
205 BOOL    _ILIsDesktop            (LPCITEMIDLIST pidl);
206 BOOL    _ILIsMyComputer         (LPCITEMIDLIST pidl);
207 BOOL    _ILIsDrive              (LPCITEMIDLIST pidl);
208 BOOL    _ILIsFolder             (LPCITEMIDLIST pidl);
209 BOOL    _ILIsValue              (LPCITEMIDLIST pidl);
210 BOOL    _ILIsSpecialFolder      (LPCITEMIDLIST pidl);
211 BOOL    _ILIsPidlSimple         (LPCITEMIDLIST pidl);
212 BOOL    _ILIsCPanelStruct       (LPCITEMIDLIST pidl);
213 static inline 
214 BOOL    _ILIsEqualSimple        (LPCITEMIDLIST pidlA, LPCITEMIDLIST pidlB)
215 {
216     return (pidlA->mkid.cb > 0 && !memcmp(pidlA, pidlB, pidlA->mkid.cb)) ||
217             (!pidlA->mkid.cb && !pidlB->mkid.cb);
218 }
219 static inline
220 BOOL    _ILIsEmpty              (LPCITEMIDLIST pidl) { return _ILIsDesktop(pidl); }
221 
222 /*
223  * simple pidls
224  */
225 
226 /* Creates a PIDL with guid format and type type, which must be one of PT_GUID,
227  * PT_SHELLEXT, or PT_YAGUID.
228  */
229 LPITEMIDLIST    _ILCreateGuid(PIDLTYPE type, REFIID guid);
230 
231 /* Like _ILCreateGuid, but using the string szGUID. */
232 LPITEMIDLIST    _ILCreateGuidFromStrA(LPCSTR szGUID);
233 LPITEMIDLIST    _ILCreateGuidFromStrW(LPCWSTR szGUID);
234 
235 /* Commonly used PIDLs representing file system objects. */
236 LPITEMIDLIST    _ILCreateDesktop        (void);
237 LPITEMIDLIST    _ILCreateFromFindDataW(const WIN32_FIND_DATAW *stffile);
238 HRESULT         _ILCreateFromPathW      (LPCWSTR szPath, LPITEMIDLIST* ppidl);
239 
240 /* Other helpers */
241 LPITEMIDLIST    _ILCreateMyComputer     (void);
242 LPITEMIDLIST    _ILCreateMyDocuments    (void);
243 LPITEMIDLIST    _ILCreateIExplore       (void);
244 LPITEMIDLIST    _ILCreateControlPanel   (void);
245 LPITEMIDLIST    _ILCreatePrinters       (void);
246 LPITEMIDLIST    _ILCreateNetwork        (void);
247 LPITEMIDLIST    _ILCreateNetHood        (void);
248 LPITEMIDLIST    _ILCreateBitBucket      (void);
249 LPITEMIDLIST    _ILCreateDrive          (LPCWSTR);
250 LPITEMIDLIST    _ILCreateEntireNetwork  (void);
251 
252 /*
253  * helper functions (getting struct-pointer)
254  */
255 LPPIDLDATA      _ILGetDataPointer       (LPCITEMIDLIST);
256 LPSTR           _ILGetTextPointer       (LPCITEMIDLIST);
257 LPWSTR          _ILGetTextPointerW      (LPCITEMIDLIST);
258 LPSTR           _ILGetSTextPointer      (LPCITEMIDLIST);
259 IID             *_ILGetGUIDPointer      (LPCITEMIDLIST pidl);
260 FileStructW     *_ILGetFileStructW      (LPCITEMIDLIST pidl);
261 
262 /*
263  * debug helper
264  */
265 void    pdump   (LPCITEMIDLIST pidl);
266 BOOL    pcheck  (LPCITEMIDLIST pidl);
267 
268 /*
269  * aPidl helper
270  */
271 void _ILFreeaPidl(LPITEMIDLIST * apidl, UINT cidl);
272 LPITEMIDLIST * _ILCopyaPidl(const LPCITEMIDLIST * apidlsrc, UINT cidl);
273 LPITEMIDLIST * _ILCopyCidaToaPidl(LPITEMIDLIST* pidl, const CIDA * cida);
274 
275 BOOL WINAPI ILGetDisplayNameExA(LPSHELLFOLDER psf, LPCITEMIDLIST pidl, LPSTR path, DWORD type);
276 BOOL WINAPI ILGetDisplayNameExW(LPSHELLFOLDER psf, LPCITEMIDLIST pidl, LPWSTR path, DWORD type);
277 
278 #endif
279 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.