NWClearPhysicalRecordSet

Unlocks and removes all physical records from the log table

Local Servers:blocking
Remote Servers:blocking
NetWare Server:3.11, 3.12, 3.2, 4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Synchronization

Syntax

  #include <nwfile.h> 
  or 
  #include <nwcalls.h> 
   
  N_EXTERN_LIBRARY( NWCCODE )NWClearPhysicalRecordSet  ( 
     void);
  

Delphi Syntax

  uses calwin32 
   
  Function NWClearPhysicalRecordSet 
    : NWCCODE;
  

Return Values

These are common return values; see Return Values (NDK: Connection, Message, and NCP Extensions) for more information.

0x0000

SUCCESSFUL

Remarks

NWClearPhysicalRecordSet is ignored if the requesting workstation does not have logged or locked physical records.

NCP Calls

See Also

NWClearPhysicalRecord, NWLockPhysicalRecordSet, NWLogPhysicalRecord, NWReleasePhysicalRecord, NWReleasePhysicalRecordSet