RacAdbkApi.txt Driver File Contents (DOMSA01.exe)

========================================================================
       DYNAMIC LINK LIBRARY : RacAdbk
========================================================================

Function:
	1. int RacAddressAddEntry(char *from, ADDRESS_ENTRY *entrydata)
		
		This function will add entry to AddressBook Server.  "from" is 
		the machine which AddressBook Server is running. ADDRESS_ENTRY is the 
		entry record structure (see RacAddressBk.h for definition).  This function 
		return 1 if add ok, otherwise error.

	2.	int RacAddressDeleteEntry(char *from, ADDRESS_ENTRY *entrydata)

		This function will delete a entry from the AddressBook Server. "from" is 
		the machine which AddressBook Server is running. ADDRESS_ENTRY is the 
		entry record structure (see RacAddressBk.h for definition). This function 
		return 1 if delete ok, otherwise error.

	3.  int RacAddressEditEntry(char *_server, ADDRESS_ENTRY *oldentrydata,
								ADDRESS_ENTRY *newentrydata )
		
		This function will edit a entry from the AddressBook Server. "from" is 
		the machine which AddressBook Server is running. ADDRESS_ENTRY is the 
		entry record structure (see RacAddressBk.h for definition). This function 
		return 1 if edit ok, otherwise error.


	4. int RacAddressGetEntry(char *from, int *EntryInBuffer,  ADDRESS_ENTRY *datastoreBuff)

		This function will get all the records from AddressBook Server.  "from" is 
		the machine which AddressBook Server is running. "EntryInBuffer" indicates how many entries 
		in the Buffer.   "datastoreBuff" is a user privided buffer to store the data.  
		If parameter datastoreBuff is NULL, then then this fuction will provide only 
		the number of entries in addressbook and assign to EntryInBuffer.
		This function return 1 if Get OK, otherwise error.

	5. You cann't have space in each field of ADDRESS_ENTRY structure.

	6. The length of each field in ADDRESS_ENTRY structure are defined.

Deliverables:

	RacAdbk.lib
	RacAdbk.dll
	RacAddressBk.h



/////////////////////////////////////////////////////////////////////////////
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 2.29