Purpose:
The DXAccessDataDL class is an object-oriented representation of an access date associating with an access control list.
Methods:
init(long command, long patron_type, LPCTSTR patron, LPCTSTR privilege_name);
Must be called following the creation of a DXAccessDataDL object to associate with: command indicating the command for this object, patron_type indicating the type of a user. patron indicating the name of a user, and privilege_name indicating the textual name of a privilege set.
A valid command can be one of the following:
A valid patron type can be one of the following:
long getCommand();
long getPatronType();
BSTR getPatron();
BSTR getPrivilegeName();
setCommand(long command);
Sets the command of this access data. The valid command can be one of the following:
void setPatronType(long patron_type);
Sets the type of the patron. A valid patron type can be one of the following:
setPatron(LPCTSTR patron);
setPrivilegeName(LPCTSTR privilege_name);
Sets the name of the privilege set.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.