Last change
on this file was 358, checked in by Silvan Scherrer, 16 years ago |
working makefile
|
-
Property svn:eol-style
set to
native
|
File size:
879 bytes
|
Rev | Line | |
---|
[5] | 1 | LIBRARY NDPSMB INITINSTANCE TERMINSTANCE
|
---|
| 2 | DATA MULTIPLE NONSHARED
|
---|
| 3 | EXPORTS
|
---|
[9] | 4 | NdpTypes = _NdpTypes
|
---|
| 5 | NdpPropertiesInfo = _NdpPropertiesInfo
|
---|
| 6 | NdpPluginLoad
|
---|
| 7 | NdpPluginFree
|
---|
[5] | 8 |
|
---|
[9] | 9 | NdpMountResource
|
---|
| 10 | NdpFreeResource
|
---|
| 11 | NdpCreateConnection
|
---|
| 12 | NdpFreeConnection
|
---|
[5] | 13 |
|
---|
[9] | 14 | NdpRsrcCompare
|
---|
| 15 | NdpRsrcUpdate
|
---|
[5] | 16 |
|
---|
[9] | 17 | NdpRsrcQueryInfo
|
---|
| 18 | NdpRsrcQueryFSAttach
|
---|
| 19 | NdpRsrcQueryFSAllocate
|
---|
[5] | 20 |
|
---|
[9] | 21 | NdpQueryPathInfo
|
---|
| 22 | NdpDeletePathInfo
|
---|
| 23 | NdpDiscardResourceData
|
---|
| 24 | NdpRefresh
|
---|
| 25 | NdpSetPathInfo
|
---|
| 26 | NdpEAQuery
|
---|
| 27 | NdpEASet
|
---|
| 28 | NdpEASize
|
---|
| 29 | NdpSetCurrentDir
|
---|
| 30 | NdpCopy
|
---|
| 31 | NdpCopy2
|
---|
| 32 | NdpForceDelete
|
---|
| 33 | NdpCreateDir
|
---|
| 34 | NdpFindStart
|
---|
| 35 | NdpMove
|
---|
| 36 | NdpMove2
|
---|
| 37 | NdpChangeCase
|
---|
| 38 | NdpRename
|
---|
| 39 | NdpOpenExisting
|
---|
| 40 | NdpOpenReplace
|
---|
| 41 | NdpOpenCreate
|
---|
| 42 | NdpDeleteDir
|
---|
| 43 | NdpSetFileAttribute
|
---|
[5] | 44 |
|
---|
[9] | 45 | NdpFlush
|
---|
| 46 | NdpIOCTL
|
---|
[5] | 47 |
|
---|
[9] | 48 | NdpFileQueryInfo
|
---|
| 49 | NdpFileEAQuery
|
---|
| 50 | NdpFileEASet
|
---|
| 51 | NdpFileEASize
|
---|
| 52 | NdpFileSetInfo
|
---|
| 53 | NdpFileSetFilePtr
|
---|
| 54 | NdpFileClose
|
---|
| 55 | NdpFileCommit
|
---|
| 56 | NdpFileNewSize
|
---|
| 57 | NdpFileRead
|
---|
| 58 | NdpFileWrite
|
---|
| 59 |
|
---|
| 60 | NdpOpenReplaceL
|
---|
| 61 | NdpOpenCreateL
|
---|
| 62 | NdpFileSetFilePtrL
|
---|
[358] | 63 | NdpFileNewSizeL
|
---|
Note:
See
TracBrowser
for help on using the repository browser.