Changeset 146 for trunk/desktop/idl
- Timestamp:
- Dec 3, 2006, 9:54:12 PM (19 years ago)
- Location:
- trunk/desktop/idl
- Files:
-
- 2 edited
-
wpfilesystem.idl (modified) (2 diffs)
-
wpfolder.idl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/wpfilesystem.idl
r98 r146 37 37 38 38 #include "wpobject.idl" 39 #include "nomfilepath.idl" 39 40 40 41 interface WPFileSystem : WPObject … … 44 45 45 46 void tstSetFullPath(in string fullPath); 47 PNOMPath wpQueryRealName(in boolean bFullPath); 46 48 47 49 #if 0 48 ULONG cbEASize;50 ULONG cbEASize; 49 51 #endif 50 NOMINSTANCEVAR(string pszFullPath); /* ONLY FOR TESTING!!! */51 NOMINSTANCEVAR(string pszType);52 NOMINSTANCEVAR(string pszFullPath); /* ONLY FOR TESTING!!! */ 53 NOMINSTANCEVAR(string pszType); 52 54 }; 53 55 -
trunk/desktop/idl/wpfolder.idl
r141 r146 38 38 #include "wpfilesystem.idl" 39 39 #include "nomfilepath.idl" 40 /*#include "nomfolderwindow.idl"*/ 41 42 native PNOMFolderWindow; 40 43 41 44 NOMCLASSNAME(WPFolder); … … 46 49 47 50 boolean wpPopulate(in unsigned long ulReserved, 48 in string pszPath,49 in boolean fFoldersOnly);50 gpointerwpCreateFolderWindow();51 void tstSetFolderPath(in string thePath); /* Only for testing */ 51 in string pszPath, 52 in boolean fFoldersOnly); 53 PNOMFolderWindow wpCreateFolderWindow(); 54 52 55 #if 0 53 56 WPObject wpQueryContent(in WPObject Object, … … 62 65 63 66 NOMINSTANCEVAR(PPRIVFOLDERDATA privFolderData); 64 NOMINSTANCEVAR(PNOMPath pnomPath );67 NOMINSTANCEVAR(PNOMPath pnomPath_); 65 68 }; 66 69
Note:
See TracChangeset
for help on using the changeset viewer.
