source: trunk/samba-3.0.25pre1/source/ndpsmb/ndpsmb.def@ 5

Last change on this file since 5 was 5, checked in by Yuri Dario, 18 years ago

OS/2 client code, initial import.

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1LIBRARY NDPSMB INITINSTANCE TERMINSTANCE
2PROTMODE
3DESCRIPTION '@#NICKK:2.0#@NDPSMB - SMBFS NetDrive External Plugin'
4DATA MULTIPLE NONSHARED
5STACKSIZE 65536
6EXPORTS
7 NdpTypes
8 NdpPropertiesInfo
9 NdpPluginLoad
10 NdpPluginFree
11
12 NdpMountResource
13 NdpFreeResource
14 NdpCreateConnection
15 NdpFreeConnection
16
17 NdpRsrcCompare
18 NdpRsrcUpdate
19
20 NdpRsrcQueryInfo
21 NdpRsrcQueryFSAttach
22 NdpRsrcQueryFSAllocate
23
24 NdpQueryPathInfo
25 NdpDeletePathInfo
26 NdpDiscardResourceData
27 NdpRefresh
28 NdpSetPathInfo
29 NdpEAQuery
30 NdpEASet
31 NdpEASize
32 NdpSetCurrentDir
33 NdpCopy
34 NdpCopy2
35 NdpForceDelete
36 NdpCreateDir
37 NdpFindStart
38 NdpMove
39 NdpMove2
40 NdpChangeCase
41 NdpRename
42 NdpOpenExisting
43 NdpOpenReplace
44 NdpOpenCreate
45 NdpDeleteDir
46 NdpSetFileAttribute
47
48 NdpFlush
49 NdpIOCTL
50
51 NdpFileQueryInfo
52 NdpFileEAQuery
53 NdpFileEASet
54 NdpFileEASize
55 NdpFileSetInfo
56 NdpFileSetFilePtr
57 NdpFileClose
58 NdpFileCommit
59 NdpFileNewSize
60 NdpFileRead
61 NdpFileWrite
62
63 NdpOpenReplaceL
64 NdpOpenCreateL
65 NdpFileSetFilePtrL
66 NdpFileNewSizeL
Note: See TracBrowser for help on using the repository browser.