Home Anonymous
login
|
ADMINReqParams | |
#include <adminp.h> Parameters of an administration request C definition
typedef struct { DWORD Flags; /* Reserved */ DWORD dwDeleteInNABType; /* DELETE_xxxx_IN_NAB defined above */ char far *chGroupName; /* if dwDeleteInNABType equals DELETE_PERSON_IN_NAB a pointer to a group (termination perhaps) to have the name added */ char far *chAltName; /* if dwDeleteInNABType equals DELETE_PERSON_IN_NAB a pointer to the person's Alternate Name */ char far *chFirstName; /* for ADMINReqMoveComplete, a pointer to a new first name for the person */ char far *chMiddleInitial; /* for ADMINReqMoveComplete, a pointer to a new middle initial for the person */ char far *chLastName; /* for ADMINReqMoveComplete, a pointer to a new last name for the person */ char far *chAltCommonName; /* for ADMINReqRename, ADMINReqRecertify, and ADMINReqMoveComplete, a pointer to a new alternate common name for the person */ char far *chAltOrgUnitName; /* for ADMINReqRename, ADMINReqRecertify, and ADMINReqMoveComplete, a pointer to a new alternate org unit for the person */ char far *chAltLanguage; /* for ADMINReqRename, ADMINReqRecertify, and ADMINReqMoveComplete, a pointer to a new alternate language for the person */ BOOL fDontUseV1ChangeRequest; /* for ADMINReqMoveUserInHier, TRUE indicates that support for a simultaneous hierarchy move and name change. Recognized only by v5.02 and above clients and servers */
/* 5.x structure ended here. The following fields were added for Rnext */
DBHANDLE dbhDirectory; /* for ADMINReqDeleteInNAB, a handle to the directory from which the Person, Server, or Group is to be deleted if the target directory is not names.nsf */
} ADMINReqParams;
This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.
You should have cookies and JavaScript enabled for the authentication to work..
You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.
|