source: branches/client-1.5/src/ndpsmb.def

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