Changeset 245 for trunk/desktop/idl/wpdatafile.idl
- Timestamp:
- Mar 10, 2007, 4:21:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/idl/wpdatafile.idl
r203 r245 32 32 * 33 33 * ***** END LICENSE BLOCK ***** */ 34 /** \file 35 36 */ 34 37 35 38 #ifndef wpdataf_idl … … 39 42 40 43 NOMMETACLASS(M_WPDataFile); 44 45 /** \interface WPDataFile 46 47 This is the root of all desktop classes. 48 */ 41 49 interface WPDataFile : WPFileSystem 42 50 { 43 51 NOMCLASSVERSION(1, 0); 52 /** 53 Query the size of a file. 54 55 \note The return type may change to long long. 56 */ 44 57 long wpQueryFileSize(); 45 58 long wpSetFileSizeInfo(in long cbFileSize,
Note:
See TracChangeset
for help on using the changeset viewer.