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 | |
---|
1 | LIBRARY NDPSMB INITINSTANCE TERMINSTANCE
|
---|
2 | PROTMODE
|
---|
3 | DESCRIPTION '@#NICKK:2.0#@NDPSMB - SMBFS NetDrive External Plugin'
|
---|
4 | DATA MULTIPLE NONSHARED
|
---|
5 | STACKSIZE 65536
|
---|
6 | EXPORTS
|
---|
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.