Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix N C APIs Used in V6.0L30 and Earlier |
Deletes the XML document corresponding to the record identifier in the input parameter.
#include "libshun.h" int shundeletebyrecid( char *host_Name, /* in (1) Host name */ int Port_No, /* in (2) Port number */ int Request_Cnt, /* in (3) Number of deletion requests */ char **cond_ctl, /* in (4) Conductor control information */ /* area */ char **rec_ID /* in (5) Deleted record identifier area */ ); |
The error code reported by this function is returned.
Value '0' is returned if the function completes normally.
The validity of the returned result cannot be guaranteed if a value other than '0' is returned.
Refer to N.7 Error Codes Output for details on error codes.
Specify the host name or IP address of the server where the conductor is running.
The host name can be up to 24 bytes long.
Specify the MySearchPort parameter in the conductor environment file.
Specify the number of data items to delete.
Use the following procedure to set up the conductor control information area.
Use the following procedure to set the deleted record identifier area.
A conductor is required to use this function.
Contents
Index
![]() ![]() |