Share

The functions in the share category control shared resources. They can be processed only on a remote server. Attempting to run the functions on a local requester returns NERR_RemoteOnly. ┌───────────────────────────────────────┬──────────────────────────────────────┐
│ FUNCTION │ DIFFERENCES FOR DOS │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ NetShareAdd │ Remote, or local if Peer Service is │
│ │ installed │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ NetShareCheck │ Remote only │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ NetShareDel │ Remote, or local if Peer Service is │
│ │ installed │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ NetShareEnum │ Remote, or local if Peer Service is │
│ │ installed │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ NetShareGetInfo │ Remote only │
├───────────────────────────────────────┼──────────────────────────────────────┤
│ NetShareSetInfo │ Remote only │
└───────────────────────────────────────┴──────────────────────────────────────┘


[Back: Session]
[Next: Statistics]