NWClearLogicalRecordSet(3nw)
NWClearLogicalRecordSet --
unlocks and removes logical records in log table
Synopsis
#include <nwfile.h>
or
#include <nwcalls.h>
NWCCODE N_API NWClearLogicalRecordSet
(void);
Return Values
- 0x0000
-
SUCCESSFUL
Remarks
A logical record is simply a name (a string) registered with the
NetWare server. The name (as with a semaphore) can then be locked or
unlocked by applications and can be used as
an inter-application locking mechanism.
Locking or unlocking a logical record does not physically lock or unlock
those resources associated with the logical record; only the applications
using the record know about
If the requesting process does not have logged logical records,
NWClearLogicalRecordSet is ignored.
Services
Synchronization
Calls
- 0x2222 23 17
-
Get File Server Information
- 0x2222 23 22
-
Get Station's Logged Info (old)
- 0x2222 23 28
-
Get Station's Logged Info
- 0x2222 104 1
-
Ping for NDS NCP
References
NWClearLogicalRecord(3nw),
NWLockLogicalRecordSet(3nw),
NWLogLogicalRecord(3nw),
NWReleaseLogicalRecord(3nw),
NWReleaseLogicalRecordSet(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.