|
0x0004 |
$0004 |
NWCC_OPEN_PRIVATE:
For the Windows platform, the requester will ignore searching the
connection table and always create a new connection. Such a connection
can be seen only by the application that creates the connection.
Not supported on NetWare. Using this value, it is possible to create
more than one NCP connection on an Windows NT machine to the same
server (while still being in the same Windows NT security context).
However, you will be creating attached connections that cannot be
used to access, for example, a file system. |
|
0x0008 |
$0008 |
NWCC_OPEN_PUBLIC: For
the Windows platform, the requester will first look for whether
the connection to the server that is being requested is already
established. If it is an established connection, the requester will
return the handle to the existing connection; otherwise, the requester
creates a new connection. |