⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 IBM Lotus C++ API 7.0a for IBM Lotus Notes/Domino Directory Release --------- ------------------
💻 TXT
字号:
Licensed Materials - Property of IBM
C99VCEN
C99VDEN
C87CFNA

(c) Copyright IBM Corporation 2000, 2007
All rights reserved.
IBM, Lotus, Lotus Notes, Notes, and Domino are trademarks or registered
trademarks of Lotus Development Corporation and/or IBM Corporation
in the United States, or other countries, or both.


PROGRAM
-------
adminp - Sample Notes C++ API program that creates an Administration 
Process request to rename a user in a Name and Address book.


ENVIRONMENTS
------------
Sample makefiles are provided for the following environments:

  32-bit Windows
  IBM i5/OS
  IBM AIX
  Sun Solaris SPARC Edition
  Linux on Intel platforms


FILES
-----
adminp.cpp - Main program.

mswin32.mak  - Make file for 32-bit Windows using Microsoft Visual 
               C++.

sol_2x.mak   - Make file for Sun Solaris SPARC Edition.

aix.mak      - Make file for IBM AIX.

linux.mak    - Make file for Linux on Intel platform.

readme.txt   - This file.  Specifies what is needed to use this 
               example.

mk_adminp_i.clp    - Make file (CL Program) for IBM i5/OS using ILE C++ 
                   with the source code being an IFS file.
    
mk_adminp_p.clp    - Make file (CL Program) for IBM i5/OS using ILE C++ 
                   with the source code being in a source physical file.     


RUNNING adminp
--------------
This sample takes seven arguments: the name of the server containing 
the Name and Address book you wish to modify, the name of your 
certifier ID file, the password for the certifier ID, the hierarchical
name of the person you wish to rename, the new first name, the new
middle name and the new last name.

For example:

adminp verona romeo.id mercutio "Jane Doe/MIS/Acme" "Jane" "Doe" "Smith"

- Under i5/OS:  Execute "RUNDOMCMD/RUNDOMCMD  SERVER(<server>)
		                  CMD(CALL PGM(qntcppsdk/adminp) 
                                              PARM(<server> cert.id pswd 'Fname M Lname/Orgname' 
                                                         'John' 'A' 'Smith'))
 			    BATCH(*YES) ALWMLTTHD(*Yes)"

EXAMINING THE RESULTS
---------------------
To see if adminp worked correctly:

1. Open the Administration Requests database (admin4.nsf) on the 
server you specified. Check that there is a request to "Initiate 
Rename in Address Book".

2. Use Notes to open the Name and Address (names.nsf) book on the 
server you specified. Check that the name you requested to rename is
now renamed. There may be a delay between the time you place the 
request and the time it is performed, depending on the settings
for your server.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -